RE: Unable to access pages
"Jason Truong" <[email protected]>
| Newsgroups | gmane.network.netsaint.user |
|---|---|
| Message-ID | <[email protected]> |
Place your /cgi-bin/netsaint before /cgi-bin...
also,
do you have:
<Directory "/usr/local/netsaint/sbin/">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
specified??
Jason
-----Original Message-----
From: Darrin Owen [mailto:[email protected]]
Sent: Wednesday, October 02, 2002 4:40 PM
To: 'Andres L. Figari'; 'Netsaint'
Subject: RE: [netsaint] Unable to access pages
Yes I did define them as follows. I have placed this exactly how it is in the httpd.conf file.
Alias /netsaint/ /usr/local/Netsaint/share/
Alias /icons/ "/var/www/icons/"
<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Order Allow,deny
Allow from all
</Driectory>
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
ScriptAlias /cgi-bin/netsaint/ /usr/local/Netsaint/sbin/
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
</Directory>
Even locally I can not access these files, they can not find the cgi's?? Why is this??
-----Original Message-----
From: Andres L. Figari [mailto:[email protected]]
Sent: Wednesday, 2 October 2002 02:54 AM
To: Darrin Owen; 'Netsaint'
Subject: Re: [netsaint] Unable to access pages
Did you define your directory and script alias in httpd.conf?
----- Original Message -----
From: Darrin <mailto:[email protected]> Owen
To: 'Netsaint' <mailto:[email protected]>
Sent: Monday, September 30, 2002 8:34 PM
Subject: [netsaint] Unable to access pages
Ok,
I have installed it after the issues that I had, now I came up to going through the doco step-by-step and now I am just trying to access the pages via another computer on our network. I have not put any authentication on as yet as I want it going first.
When I put in the url://<ip_address>/netsaint/ this looks good, I get what I need, the home page then I click on the links down the side and I get an error 404.
Any Ideas?