RE: Unable to access pages
Darrin Owen <[email protected]>
| Newsgroups | gmane.network.netsaint.user |
|---|---|
| Message-ID | <DE53CD8E6B56D611B8A20000F87AAB8180272F@DOMINO_NT_3> |
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 Owen <mailto:[email protected]>
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?