[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] ASP wont work with box checked!!
- Subject: RE: [cobalt-users] ASP wont work with box checked!!
- From: "Paul Brown" <paulb@xxxxxxxxxxxx>
- Date: Thu May 31 18:07:19 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hey All
This is what I see on the httpd conf file....
BlaBlaBla
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
# AddHandler chiliasp .asp
# AddHandler chiliasp .asa
</VirtualHost>
Do I just take out the # then ASP will work for the virtual site?
Cheers
Paul
-----Original Message-----
Hello Paul,
please vi to httpd.conf
vi /etc/httpd/conf/httpd.conf
and check the .asp lines. Maybe there
are comments in front of these lines.
If yes remove all .asp comments manually
and restart Apache :
/etc/rc.d/init.d/httpd restart
Do this as root of course.
If you don't find comments in front of
the lines then also restart Apache without
changing the httpd.conf
ASP server should be enabled after the
restart.
Good luck,
Hostmaster ***