Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl configaration #410

Closed
p5pRT opened this issue Aug 20, 1999 · 2 comments
Closed

Perl configaration #410

p5pRT opened this issue Aug 20, 1999 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Aug 20, 1999

Migrated from rt.perl.org#1245 (status was 'resolved')

Searchable as RT1245$

@p5pRT
Copy link
Author

p5pRT commented Aug 20, 1999

From rajnish@tasmail.net

Hi There,

I am not able to run the perl program on apache server on linux system
using netscape browser after
making the changes in httpd.conf and access.conf files. The changes
which i incorporated are :

httpd.conf file


ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/

{The home directory for server is /home/httpd/html/}

access.conf

<Directory /home/httpd/cgi-bin/>
Options ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>

After mentioning all this and go to the browser to access the cgi script
file it gives the following error
:

if i mention as : 192.192.0.205/cgi-bin

"Not Found

The requested URL 192.192.0.205/cgi-bin was not found on this server."

or if i mention as : 192.192.0.205/cgi-bin/a.cgi

"Not Found

The requested URL ipaddress/cgi-bin/a.cgi was not found on this server."

or if i mention as : 192.192.0.205/cgi-bin/trial.pl

"Not Found

The requested URL ipaddress/cgi-bin/trial.pl was not found on this
server."

Do let us know the solution for configuring the ".conf" files to running
the perl script on apache server
on linux system using netscape browser.

Looking to here from you soon.

Bye
Ganesh

@p5pRT
Copy link
Author

p5pRT commented Aug 22, 1999

From [Unknown Contact. See original ticket]

On Sat, 21 Aug 1999 at 06​:49​:43 +0530, Rajnish Gururaj wrote​:

I am not able to run the perl program on apache server on linux system
using netscape browser after
making the changes in httpd.conf and access.conf files. The changes
which i incorporated are :

This looks like a problem configuring Apache, not a problem with the
perl core. Sorry, but this forum is just for reporting bugs with perl
itself. See the Perl FAQ for info on where to find answers to usage
questions.

The requested URL 192.192.0.205/cgi-bin was not found on this server."
However, your URLs are wrong.

Ian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant