Re: [us...@httpd] cgi as directory index?

2009-10-15 Thread Israel Brewster
cript. What am I missing here? Thanks. --- Israel Brewster Computer Support Technician II Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 --- --

[us...@httpd] cgi as directory index?

2009-10-15 Thread Israel Brewster
I'm sure this one is really simple, but I don't know what I am doing wrong. I have the following config block in my httpd.conf file:ScriptAlias /abc /var/www/abc/cgi-bin        Options +ExecCGI        allow from all        directoryindex abc.cgiif I go to http:///abc/abc.cgi, it works fine. However

Re: [EMAIL PROTECTED] .cgi as DirectoryIndex?

2008-04-11 Thread Israel Brewster
, somewhat less than pleasant :) Oh well, It'll work. Thanks! --- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250

[EMAIL PROTECTED] .cgi as DirectoryIndex?

2008-04-09 Thread Israel Brewster
om/abc and have the cgi (www.myserver.com/abc/somescript.cgi?someargument=somevalue) load. Thanks. ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK

Re: [EMAIL PROTECTED] Basic mod_rewrite help

2007-09-28 Thread Israel Brewster
On Sep 28, 2007, at 12:40 PM, Joshua Slive wrote: On 9/28/07, Israel Brewster <[EMAIL PROTECTED]> wrote: On Sep 28, 2007, at 10:48 AM, Joshua Slive wrote: On 9/28/07, Israel Brewster <[EMAIL PROTECTED]> wrote: which came with the default install. In order to implement

Re: [EMAIL PROTECTED] Basic mod_rewrite help

2007-09-28 Thread Israel Brewster
On Sep 28, 2007, at 10:48 AM, Joshua Slive wrote: On 9/28/07, Israel Brewster <[EMAIL PROTECTED]> wrote: which came with the default install. In order to implement the desired changes, I added the following lines: WHERE exactly did you add the lines? Oh, right, sorry, shoul

[EMAIL PROTECTED] Basic mod_rewrite help

2007-09-28 Thread Israel Brewster
I can make this work? Thanks. ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks

Re: [EMAIL PROTECTED] OpenBSD 4.1 CGI issues

2007-08-23 Thread Israel Brewster
On Aug 23, 2007, at 9:56 AM, Joshua Slive wrote: On 8/23/07, Israel Brewster <[EMAIL PROTECTED]> wrote: First off, I apologize for asking a question that I know you get a lot, but I have just spent the last hour and a half beating my head against the wall and searching the internet try

[EMAIL PROTECTED] OpenBSD 4.1 CGI issues

2007-08-23 Thread Israel Brewster
ny difference- I still get the "premature end of script headers" error. If this was linux, i'd say check the SELinux settings, but it isn't. What am I missing here? --- Israel Brewster Computer Support Technician Frontier Flying Serv

Re: [EMAIL PROTECTED] Restrict access to folders

2007-03-19 Thread Israel Brewster
ayout, requirements, and other stuff about Apache I don't know. ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 ---

[EMAIL PROTECTED] More mod_rewrite info

2007-03-12 Thread Israel Brewster
s, and for helping to satisfy my curiosity :) ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-08 Thread Israel Brewster
ld still work. Of course, I would need to have exceptions for the things I DON'T want handled my the serendipity php script, but that shouldn't be too difficult. I'll have to experiment with that some. -- Matthew Farey -----

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-08 Thread Israel Brewster
ppear to be the case, as per the developer response. Thanks for the thoughts! -- noodl PS. I'm about to pass out for a few hours, good luck : ) --- Israel Brewster

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Israel Brewster
download it and take a look. Thank you VERY much for your help. I greatly appreciate it :) ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Israel Brewster
[snip] In this case, ^nagios never matches because the per-directory prefix isn't stripped. ^/nagios is what you need, in addition to simillar changes for the rest of your rules. Ok, yeah- that made the rewrite rules start matching when in the httpd.conf file, unfortunately the behavior I'm ge

Re: [EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Israel Brewster
-mail: [EMAIL PROTECTED] ------- Israel Brewster Computer Support Technician Frontier Flying Service Inc. 5245 Airport Industrial Rd Fairbanks, AK 99709 (907) 450-7250 x293 --- - Th

[EMAIL PROTECTED] mod_rewrite problem

2007-03-07 Thread Israel Brewster
e rewrite docs forward and backward, and I can't find anything that would indicate what the issue is- as far as I can tell, I have everything set up properly. I am running Apache 1.3.33 under Mac OS X 10.4.8 Thanks! ------- Israel Brewster Com

Re: [EMAIL PROTECTED] mod_perl issue

2007-01-22 Thread Israel Brewster
On Jan 21, 2007, at 11:39 PM, Matus UHLAR - fantomas wrote: On 21.01.07 14:35, Israel Brewster wrote: I have a perl script running in apache 1.3 which generates a .png image. If i run it normally (using system perl), it works. When I try running it under mod_perl however (increased

[EMAIL PROTECTED] mod_perl issue

2007-01-21 Thread Israel Brewster
, making it so the system no longer recognizes it a an image, and all I get is a bunch of giberish on the screen. Is there something I can do to fix this? Thanks. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Israel Brewster
Yeah, I did need to copy the perl modules I needed, but that was no big deal. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709

Re: [EMAIL PROTECTED] Simple perl question

2007-01-12 Thread Israel Brewster
stall perl. ------- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 --- On Jan 11, 2007, at 11:41 PM, Issac Goldstand wrote: Unfortunately, that's the price of a chroot... Remember to

Re: [EMAIL PROTECTED] Simple perl question

2007-01-11 Thread Israel Brewster
e you tried to put your script into your /perl directory and run it using Apache::Registry? But most probably it'll have problems anyway because it'll require perl libraries: CGI, strict, etc... unless it's a really generic script. On 1/11/07, Israel Brewster <[EMAIL PROTECTED]&g

Re: [EMAIL PROTECTED] Unwanted rewrite followup/continuationn

2007-01-11 Thread Israel Brewster
e to look. Thanks again! ------- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 --- On Jan 11, 2007, at 3:56 AM, Krist van Besien wrote:

Re: [EMAIL PROTECTED] Simple perl question

2007-01-11 Thread Israel Brewster
Yeah, I'm coming to that conclusion. I didn't want to go that route, and have two copies of perl on my system, but it is looking as though that will be my best option ------- Israel Brewster Computer Support Technician Frontier Flying Service

Re: [EMAIL PROTECTED] Simple perl question

2007-01-11 Thread Israel Brewster
d /usr/bin/perl ------- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 --- - Original Message - From: "Israel Brewster" <[EMAIL PROTE

Re: [EMAIL PROTECTED] Simple perl question

2007-01-11 Thread Israel Brewster
s an "Abort trap" error. Running it normally (not chrooted) works. Obviously I do not have a proper install of perl in my chroot. Sigh. I'll keep trying. Thanks for the responses! --- Israel Brewster Computer Support Technician Front

Re: [EMAIL PROTECTED] Simple perl question

2007-01-10 Thread Israel Brewster
in a [error] (8)Exec format error: exec of / cgi-bin/perl/routers2.cgi failed This error is the same if I try with either a .cgi extension on the file or a .pl extension --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245

Re: [EMAIL PROTECTED] Simple perl question

2007-01-10 Thread Israel Brewster
directory of /var/www. So if the perl script needs to have direct access to the perl interpreter (and not just run through mod_perl), then it is impossible to run perl scripts with Apache chrooted. Thanks again for the thoughts. I very much appreciate the responses. --

Re: [EMAIL PROTECTED] Unwanted rewrite followup/continuationn

2007-01-10 Thread Israel Brewster
when trying to access the machine from inside the network. If Apache would just leave the entered URL alone, only changing the relative part when a link is clicked (unless, of course, it is an absolute link), then it would work fine. --- Israel Br

Re: [EMAIL PROTECTED] Simple perl question

2007-01-10 Thread Israel Brewster
t correct? or do I just need to change that line to something else? On the brighter side, changing the LoadModule line as suggested did allow the config directives to load properly. Didn't help get the script to run though. ------- Israel Brewst

Re: [EMAIL PROTECTED] Simple perl question

2007-01-10 Thread Israel Brewster
the #!/usr/bin/perl line) gives "[error] (8)Exec format error: exec of /cgi-bin/perl/routers2.pl failed". --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd

[EMAIL PROTECTED] Simple perl question

2007-01-10 Thread Israel Brewster
API module structure `mod_perl' in file /usr/local/lib/ mod_perl.so: Unable to resolve symbol" What am I missing here? How can I get Apache to run perl scripts? Thanks for any assistance that can be provided --- Israel Brewster Computer

Re: [EMAIL PROTECTED] Unwanted rewrite followup/continuationn

2007-01-10 Thread Israel Brewster
name. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 --- On Jan 10, 2007, at 10:13 AM, Mark Lavi wrote: Try changing the servername directive to the IP ad

[EMAIL PROTECTED] Unwanted rewrite followup/continuationn

2007-01-10 Thread Israel Brewster
vided. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 --- On Jan 8, 2007, at 9:55 AM, Israel Brewster wrote: I am running into a somewhat annoying problem with Apache 1.3.

[EMAIL PROTECTED] Unwanted rewrite

2007-01-08 Thread Israel Brewster
e hostname, but outside you need to use the IP (we don't want to make this server easy to find). Thank you for any assistance you can provide. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd