Hi Guys,
I  built an Apache/2.2.31 (Unix) 64bit on CentOS release 6.6 (Final)
When I run apachectl -S by bash prompt  in a httpd's build, it seems no 
showing
 any serveralias despite there are configured many of it.
It  show only servername.

ex.


 # id
uid=0(root) gid=0(root) groups=0(root)
 # pwd
/opt/apache-2.2.31/bin
 # ./apachectl -v
Server version: Apache/2.2.31 (Unix)
Server built:   Dec 14 2015 15:13:04
# ./apachectl -S 2>&1|grep -i alias
# <NO OUTPUT>
# ./apachectl -S 2>&1

# ./apachectl -S 2>&1

VirtualHost configuration:
<whatever IP>:80         is a NameVirtualHost
         default server blabla.com (/path/file.conf:1)
         port 80 blabla2.org (/path2/.conf:1)


In a httpd 2.2.15 RPM pre-builded, CentOS release 6.5 (Final)version it's 
work.

# apachectl -v
Server version: Apache/2.2.15 (Unix)
Server built:   Oct 16 2014 14:49:02
 # apachectl -S|grep -b3 alias

1655-         port * namevhost wahwah.com (/path/.conf:1)
1778:                 alias www.wahwah.com
1824:                 alias www.gahgah.org
1871:                 alias papapa.com

  

any suggestions?

thankyou very much
Luigi

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to