RE: [users@httpd] Newbie CGI: nested href

2005-06-03 Thread Michael D. Berger
I have a legacy tree with numerous branches, and many relative links. I was hoping to get it all with one CGI. Mike. -- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Dan Mahoney, System Admin [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 04, 2005 12:32 AM > To: Apa

Re: [users@httpd] Newbie CGI: nested href

2005-06-03 Thread Dan Mahoney, System Admin
On Sat, 4 Jun 2005, Michael D. Berger wrote: Try putting the cgi in the same directory as the html file and turning on execCGI in that directory? That's the easy answer. I suppose there's something harder involving mod_rewrite. But since you're parsing the html anyway, you could rewrite the

[users@httpd] Newbie CGI: nested href

2005-06-03 Thread Michael D. Berger
I wrote a CGI that opens an html file, reads it and sends it out (with some modification). Now these files contain relative links of the form: something Now when the client clicks on "something", only the relative paths appear to the CGI, and I cannot open the file. What should I do? 1. I coul

Re: [users@httpd] How to build public_html on nfs drive?

2005-06-03 Thread Dan Mahoney, System Admin
On Fri, 3 Jun 2005, Teng Wang wrote: My persoanl home dir is built on a NFS drive. Then I built a "public_html" in my home dir and set necessary attributes but each time when I visit http://host/~username/, I got 403 error. What does your error_log say about why it's handing off the 403? Ther

[users@httpd] How to build public_html on nfs drive?

2005-06-03 Thread Teng Wang
My persoanl home dir is built on a NFS drive. Then I built a "public_html" in my home dir and set necessary attributes but each time when I visit http://host/~username/, I got 403 error. My question is: should I set something in httpd.conf or somewhere else to enable http service on NFS drives. T

Re: [users@httpd] mod_rewrite and

2005-06-03 Thread Noah
On Tue, May 24, 2005 at 02:33:45PM +0100, Arne Heizmann wrote: > theshz wrote: > >Hi, how does mod_rewrite interact with directives? I'm trying > >to do a url to url rewrite, but want the resulting url to go through the > > directives, it seems that apache skipped the part, > >and directly loo

Re: [users@httpd] RewriteRule question

2005-06-03 Thread Noah
On Tue, May 31, 2005 at 12:33:35PM -0700, Gary W. Smith wrote: > I have also tried > > RewriteEngine on > RewriteCond %{HTTP_REFERER} ^$ > RewriteCond %{HTTP_REFERER} !^http://(10\.20\.30\.40)/.*$ [NC] > RewriteRule ^/restricted/.+ - [F] > > And > > RewriteEngine on > RewriteCond %{HTTP_REFERE

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-03 Thread Dan Mahoney, System Admin
On Fri, 3 Jun 2005, Robert Zagarello wrote: Oskar, Try to connect to the httpd using the following: openssl s_client -connect youripaddress:443, and let me know if this works (it should spit out normal http) once it's connected. You should get a blank, at which point you should be able to ty

[users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-03 Thread Robert Zagarello
Oskar, I suspect your firefox test client. Have you tried checking the test client's firefox ssl settings? Does this occur from any firefox client? BZAG === Quoting Oskar Eyb <[EMAIL PROTECTED]>: > > Hello! > > I have since a few weeks a problem with the ssl-host and the > firefox-br

[users@httpd] AuthLDAPURL failover to AuthUserFile?

2005-06-03 Thread Phil Lawrence
I *did* find the clue to use AuthAuthoritative... but my iterative attempts have resulted in either LDAP auth or File auth, but not both. :-( I want something like this: DAV svn SVNPath /var/svn # our access control policy AuthzSVNAccessFile /etc/svn-access-file # try

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-03 Thread Justin Gehring
I got this error briefly yesterday when I failed to start the SSL side properly (like trying to run more than one cert on the same IP address.) I suggest check your config for the SSL, make sure your starting it, and hten restart apache fully (apachectl stop, apachectl start) and see if that solves

[users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-03 Thread Oskar Eyb
Hello! I have since a few weeks a problem with the ssl-host and the firefox-browser. Firefox 1.0.4 (german) - ssl_engine_log -- [01/Jun/2005 14:29:57 29311] [info] Connection to child 1 established (server example.net:443, client 84.57.132.209) [01/Jun/2005 14:29:57 29311]

Re: [users@httpd] settings in /etc/init.d/httpd ?

2005-06-03 Thread Justin Conover
On 6/3/05, Justin Conover <[EMAIL PROTECTED]> wrote: > On 6/3/05, Dan Mahoney, System Admin <[EMAIL PROTECTED]> wrote: > > On Fri, 3 Jun 2005, Justin Conover wrote: > > > > the httpd is defined interally to the apachectl script, as well as in your > > httpd.conf > > > > -Dan > > > So are you saying

Re: [users@httpd] settings in /etc/init.d/httpd ?

2005-06-03 Thread Justin Conover
On 6/3/05, Dan Mahoney, System Admin <[EMAIL PROTECTED]> wrote: > On Fri, 3 Jun 2005, Justin Conover wrote: > > the httpd is defined interally to the apachectl script, as well as in your > httpd.conf > > -Dan > So are you saying I can edit the apahectl? Here is the full explanation I can give y

Re: [users@httpd] Apache 2 looking for wrong httpd.conf file on Mac

2005-06-03 Thread Jonathan Mangin
- Original Message - From: "Ed Heckman" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 01, 2005 1:40 PM Subject: Re: [EMAIL PROTECTED] Apache 2 looking for wrong httpd.conf file on Mac on 5/30/05 1:16 PM, Davide Bianchi at [EMAIL PROTECTED] wrote: httpd -V will show you where he th

Re: [users@httpd] settings in /etc/init.d/httpd ?

2005-06-03 Thread Dan Mahoney, System Admin
On Fri, 3 Jun 2005, Justin Conover wrote: the httpd is defined interally to the apachectl script, as well as in your httpd.conf -Dan other than these. # Path to the apachectl script, server binary, and short-form for messages. apachectl=/usr/sbin/apachectl httpd=${HTTPD-/usr/sbin/httpd} pro

[users@httpd] settings in /etc/init.d/httpd ?

2005-06-03 Thread Justin Conover
other than these. # Path to the apachectl script, server binary, and short-form for messages. apachectl=/usr/sbin/apachectl httpd=${HTTPD-/usr/sbin/httpd} prog=httpd RETVAL=0 Is there a varible/setting to add were your config/pid is located? for example. config=${CONFIG-/tools/httpd/dvmk0023-

Re: [users@httpd] Apache config question

2005-06-03 Thread Patrick Donker
Robin Corbo wrote: ok thanks, my next question is how would I give my web server a name so instead of using the ip address in domain forwarding I would plug in the server name? Robin, You could start with reading the docs! They give excellent info on your questions. Also, please dont top-r

RE: [users@httpd] Apache config question

2005-06-03 Thread Robin Corbo
ok thanks, my next question is how would I give my web server a name so instead of using the ip address in domain forwarding I would plug in the server name? -Original Message- From: Tim Burden [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 10:04 AM To: users@httpd.apache.org Subje

Re: [users@httpd] Apache config question

2005-06-03 Thread Tim Burden
Yes. - Original Message - From: "Robin Corbo" <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 9:21 AM Subject: RE: [EMAIL PROTECTED] Apache config question Hi, I tried inserting the domain name under servername, and had no luck..could it be because I am using the domain forwarding

RE: [users@httpd] Apache config question

2005-06-03 Thread Robin Corbo
Hi, I tried inserting the domain name under servername, and had no luck..could it be because I am using the domain forwarding feature, which has my ip address? -Original Message- From: Justin Gehring [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 12:52 PM To: users@httpd.apache.

Re: [users@httpd] Apache 2.0.54 crashing - plesae help!

2005-06-03 Thread Patrick Donker
Andrew NA wrote: I'm running Apache 2.0.54 on Windows XP Home Edition. The server is mysteriously stopping working. I've been running it fine for a couple weeks now, but lately I'm getting errors. I'll boot up the server, the Apache monitor says it's running but when I try to go to the site it

[users@httpd] Apache 2.0.54 crashing - plesae help!

2005-06-03 Thread Andrew NA
I'm running Apache 2.0.54 on Windows XP Home Edition. The server is mysteriously stopping working. I've been running it fine for a couple weeks now, but lately I'm getting errors. I'll boot up the server, the Apache monitor says it's running but when I try to go to the site it will either: 1. St

[users@httpd] Re: Apache forward proxy issues

2005-06-03 Thread Sai Jai Ganesh Gurubaran
The proxy is running on RHEL 7.0. We also notice that randomly the users do get "page not found" errors. There are no error logs generated in the Apache's errorlog for such pages. Regards Ganesh On 6/1/05, Sai Jai Ganesh Gurubaran <[EMAIL PROTECTED]> wrote: > Hi, > I am a newbie to Apache. > We

[users@httpd] Re: Apache 2.x remote logging

2005-06-03 Thread Fredrik Steen
Vizion <[EMAIL PROTECTED]> writes: > On Thursday 02 June 2005 05:15, the author Fredrik Steen contributed to the > dialogue on- > [EMAIL PROTECTED] Re: Apache 2.x remote logging: > >>Vizion <[EMAIL PROTECTED]> writes: >>> On Thursday 02 June 2005 02:13, the author Fredrik Steen contributed t

[users@httpd] Correct Syntax for RewriteRule?

2005-06-03 Thread Vik Rubenfeld
I'm trying out FeedBurner.com. I'd like to use a RewriteRule to direct hits on my existing atom feed: http://www.bigpicweblog.com/exp/index.php/weblog/rss_atom/ ...to go instead to my FeedBurner feed: http://feeds.feedburner.com/bigpicweblog/rss_feedburner Is this the correct syntax? Rew

RE: [users@httpd] "cannot assign requested address" error onboot, but not onmanual start...?

2005-06-03 Thread Boyle Owen
> -Original Message- > From: Robert Granvin [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 2. Juni 2005 20:15 > To: users@httpd.apache.org; Boyle Owen > Subject: RE: [EMAIL PROTECTED] "cannot assign requested address" error > onboot, but not onmanual start...? > > > Basically, this is exac