Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

cgi problem

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  download troubles with ppt files  
Author Message
wlauman

External


Since: Jul 04, 2003
Posts: 3



(Msg. 1) Posted: Fri Jul 04, 2003 11:26 am
Post subject: cgi problem
Archived from groups: alt>apache>configuration (more info?)

Background:
1. Program works on real world paid hosting (linux server).
2. Program works on Windows home testing server.(Omnihttpd)

Just Installed Red Hat 8.0 .
Created cgi-bin for main site using..
ScriptAlias /cgi-bin/ "/path/to/my/site/"
and
Directory "/path/to/my/site/cgi-bin">
Allowoverride None
Options +Indexes
Order allow,deny
Allow from all
/Directory>
Program seems to work for the most part with a few exceptions.
Using the perl command "unlink" is not working,
and creating new files is not working.
Im thinking permissions but..
I'm running the program on the red hat box (as root) using the local
address(127.0.0.1).
Chmod 755.

Thanks for any advice
Wayne

 >> Stay informed about: cgi problem 
Back to top
Login to vote
mghubb

External


Since: Jul 09, 2003
Posts: 2



(Msg. 2) Posted: Wed Jul 09, 2003 8:53 am
Post subject: Re: cgi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You may try the following:
<Directory "/usr/local/apache2/cgi-bin/classads">
AllowOverride None
Options ExecCGI
Order allow,deny
allow from all
AddHandler cgi-script .cgi .pl


"WLauman" <wlauman RemoveThis @email.com> wrote in message
news:be465u021pe@enews4.newsguy.com...
 > Background:
 > 1. Program works on real world paid hosting (linux server).
 > 2. Program works on Windows home testing server.(Omnihttpd)
 >
 > Just Installed Red Hat 8.0 .
 > Created cgi-bin for main site using..
 > ScriptAlias /cgi-bin/ "/path/to/my/site/"
 > and
 > Directory "/path/to/my/site/cgi-bin">
 > Allowoverride None
 > Options +Indexes
 > Order allow,deny
 > Allow from all
 > /Directory>
 > Program seems to work for the most part with a few exceptions.
 > Using the perl command "unlink" is not working,
 > and creating new files is not working.
 > Im thinking permissions but..
 > I'm running the program on the red hat box (as root) using the local
 > address(127.0.0.1).
 > Chmod 755.
 >
 > Thanks for any advice
 > Wayne
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: cgi problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
mod_rewrite problem - Hello everyone! I'm confused about the following. This works as it's supposed to: RewriteCond %{REQUEST_URI} abc([0-9]{4,4})\.html$ RewriteRule abc([0-9]{4,4})\.html$ /abc/showissue.php?id=$1 The following however makes the CPU go up to 100% hence..

local virtual host config for testing setup problem - Ive got a dynddns address which works fine frmo the outside world. I want to set up another virtual host for testing purposes accessible only from my machine. from vhosts.conf ################# Named VirtualHosts NameVirtualHost * <VirtualHost *>....
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]