Hello,
I have the following entry in mine httpd.conf (Apache):
<VirtualHost 62.146.50.100>
DocumentRoot /home/world2web.de/vqadmin
ServerName www.vqadmin.world2web.de
ServerAlias *vqadmin.world2web.de
<Directory "/home/world2web.de/vqadmin/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>
ScriptAlias /cgi-bin/ /home/world2web.de/vqadmin/cgi-bin/vqadmin
</VirtualHost>
The listing and the path data fit. Vqadmin however not started if I the
following left calls:
http://vqadmin.world2web.de/cgi-bin/vqadmin/vqadmin.cgi
I get the following error message: Side cannot be indicated!
How can I for an error look for or which I am to change?
Thanks Dany