Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Can we find Alias? |
|
Author |
|
Otomatic
Joined: 01 Sep 2011 Posts: 212 Location: Paris, France, EU
|
Posted: Wed 18 Oct '23 15:20 Post subject: Can we find Alias? |
|
|
Hi,
With the command
Code: | httpd -t -D DUMP_VHOSTS |
you can retrieve all the VirtualHosts defined in the various conf files.
Is there a command or a way to find all Alias?
Thanks. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 19 Oct '23 9:16 Post subject: |
|
|
with grep
Code: |
grep -Rnsi "Alias" *
|
There is no "native" way to list all the Aliases |
|
Back to top |
|
|
|
|
|
|