[Spacewalk-list] spacewalk with other apache virtualhosts

Edwind Richzendy Contreras Soto richzendy at gmail.com
Tue Jun 30 18:55:53 UTC 2009


how can set other virtualhosts in  same apache configuration file from
spacewalk?

i add in last part from file /etc/http/conf/httpd.conf

NameVirtualHost *:80
#
# NOTE: NameVirtualHost cannot be used without a port specifier
# (e.g. :80) if mod_ssl is being used, due to the nature of the
# SSL protocol.
#

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost *:80>
    ServerAdmin soporte at example.com
    ServerName repo.example.com
    ServerAlias repo.example.com
    DocumentRoot /home/repo
<Directory "/home/repo">
    Options Indexes FollowSymLinks MultiViews
    Order allow,deny
    Allow from all
</Directory>

</VirtualHost>

But, this don't work.




More information about the Spacewalk-list mailing list