Re: question about Apache
- From: JosephK <joseph@xxxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 20:02:11 +0000
On 13:39 Fri 29 Feb , Scott Berry wrote:
Hi Derek,There's a few things in the above. First, lose the : after ServerName.
Almost got it. In this VirtualHost though I am getting asked for more info
does this need to be an alias to moin's cgi file? What I am trying to
accomplish here is when you type www.blindscanner.dyndns.org you get the
Moin Moin page. Here is the sample of the VirtualHost it doesn't like.
<VirtualHost>
ServerName: www.blindscanner.dyndns.org
DocumentRoot /usr/share/moin/server/moin.cgi
</VirtualHost>
Also the www. before the domain
DocumentRoot should be a directory not a file
Below is a sample from one of mine (names changed to protect the
incontinent)
<VirtualHost *:80>
ServerName myserver.me.uk
ServerAlias www.myserver.me.uk
DocumentRoot /var/www/server
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
--
Regards, Joe
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- References:
- question about Apache
- From: Scott Berry
- Re: question about Apache
- From: Derek Broughton
- RE: question about Apache
- From: Scott Berry
- question about Apache
- Prev by Date: Re: cannot send smtp email with exim
- Next by Date: Re: Replacement motherboard, renumbered NICs and dvd drives?
- Previous by thread: RE: question about Apache
- Next by thread: Lenovo 3000 N200 problems
- Index(es):
Relevant Pages
|