Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Tom Hoefakker
looks like you've gotten additional very useful info. To answer your earlier questions, we're currently running 2.0.54 on AIX 5.2 We're also using a heavily modified apachectl script which is reads delimited instance parameters from records in a "table" file (simple grep/awk). This allows us

Re: [EMAIL PROTECTED] Compiling a new module in Apache 2.0.55

2006-01-19 Thread Joshua Slive
On 1/19/06, Lekha Menon <[EMAIL PROTECTED]> wrote: > > Hi, > > I had created an apache module & have built on Windows. > > Now, i need to port the same on to Linux. > > On windows, building the source code was simple - by making changes in the > Makefile.win files. > > What are the basic steps to

AW: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Oliver.Schaudt
use a RewriteCond before your weather.pl line and change the [R] into [R,L] see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#RewriteCond bye Oliver Freundliche Gruesse / Best Regards / Avec mes meilleures salutations Oliver Schaudt SeniorConsultant Tel:: +49-178-8855-712 Fax: +49-17

Re: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Joshua Slive
On 1/19/06, Jason Williard <[EMAIL PROTECTED]> wrote: > > You were right... As soon as I removed the leading slash, the problem was > solved. But now I have another issue... > > While I want this rewrite to occur, I also want everything else to redirect > to a default URL. To do this, I added the

RE: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Jason Williard
You were right... As soon as I removed the leading slash, the problem was solved. But now I have another issue... While I want this rewrite to occur, I also want everything else to redirect to a default URL. To do this, I added the following: RewriteRule ^([0-9]{5}) http://.../weather.pl

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
Of course Joshua. But it is nice to know that th functionality is there if it's needed. Keith In theory, theory and practice are the same; In practice they are not. On Thu, 19 Jan 2006, Joshua Slive wrote: > To: users@httpd.apache.org > From: Joshua Slive <[EMAIL PROTECTED]> > Subject: Re:

RE: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Frank Wald
A few things (I'm still kind of new to some of this myself). Check the syntax [PT,QSA] vs [P,L,QSA] Do you want to proxy the request immediately or let the next handler process the request? Do you need to pass the query string to the url or just the zip? Do turn on the rewrite log and check to

Re: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Joshua Slive
On 1/19/06, Jason Williard <[EMAIL PROTECTED]> wrote: > I added the RewriteLog directive to the .htaccess file and am now getting > Internal Error messages. When looking at the error logs, I get: > > [Thu Jan 19 13:20:08 2006] [alert] [client x.x.x.x] > /www/vhosts/domain.com/weather/.htaccess: Re

RE: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Jason Williard
I added the RewriteLog directive to the .htaccess file and am now getting Internal Error messages. When looking at the error logs, I get: [Thu Jan 19 13:20:08 2006] [alert] [client x.x.x.x] /www/vhosts/domain.com/weather/.htaccess: RewriteLog not allowed here The entry in the .htaccess file look

Re: [EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Joshua Slive
On 1/19/06, Jason Williard <[EMAIL PROTECTED]> wrote: > I have a site that shows weather forecasts. I would like create a > RewriteRule to redirect to the proper URL when someone appends their zipcode > to the base url. > > i.e. http://weather.domain.com/12345 -> > http://www.domain.com/cgi-bin/we

[EMAIL PROTECTED] Troubles w/mod_rewrite

2006-01-19 Thread Jason Williard
I have a site that shows weather forecasts. I would like create a RewriteRule to redirect to the proper URL when someone appends their zipcode to the base url. i.e. http://weather.domain.com/12345 -> http://www.domain.com/cgi-bin/weather/weather.pl?zip=12345 So far, I have tried several methods

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Joshua Slive
On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well, I have just found something interesting while reading > through Pro Apache 3rd edition, by Peter Wainwright. > > Apparently, using mod_perl, you can use the full power of > the pearl interpreter INSIDE httpd.conf. If you are alread

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
Well, I have just found something interesting while reading through Pro Apache 3rd edition, by Peter Wainwright. Apparently, using mod_perl, you can use the full power of the pearl interpreter INSIDE httpd.conf. Quote from the book page 449: "Embedded Perl appears in Apache's configuration i

Re: [EMAIL PROTECTED] question about Apache versions

2006-01-19 Thread Joshua Slive
On 1/19/06, Ashnil Dixit <[EMAIL PROTECTED]> wrote: > > All, > > Relative newbie to Apache here. Trying to setup certificate based client > authentication for a website. > I am a little confused as to why there are versions of Apache available - > Apache 1.3, 2.0 and 2.2? > > Does Apache 2.2 superc

[EMAIL PROTECTED] Apache 2.2.0 LocationMatch and regular expressions

2006-01-19 Thread Schultz, Gary - COMM
Searched the net and could not find any really good resources on LocationMatch and regular expressions. What I'm attempting to do appears to be straight forward, but I can't get it to work. I'm using Apache 2.2.0 build from XAMPP for Windows. I'm running Apache Cocoon, and need to direct htt

[EMAIL PROTECTED] question about Apache versions

2006-01-19 Thread Ashnil Dixit
All, Relative newbie to Apache here. Trying to setup certificate based client authentication for a website. I am a little confused as to why there are versions of Apache available - Apache 1.3, 2.0 and 2.2? Does Apache 2.2 superceed the other two versions? Which version should I go with? Thank

[EMAIL PROTECTED] question about Apache versions

2006-01-19 Thread Ashnil Dixit
All, Relative newbie to Apache here. Trying to setup certificate based client authentication for a website. I am a little confused as to why there are versions of Apache available - Apache 1.3, 2.0 and 2.2? Does Apache 2.2 superceed the other two versions? Which version should I go with? Thank

Re: [EMAIL PROTECTED] httpd.conf

2006-01-19 Thread maillists
On Thu, 2006-01-19 at 12:20 -0200, info.raa wrote: > Hi evetybody! > > Greetings. > I have just starded learning apache. > I'm using os x and apache 2.0.52. > The server is running and i already undertand how virtual host works. > From any computer of my lan i can see my intranet site. > > Here

Re: [EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread maillists
On Thu, 2006-01-19 at 10:26 -0500, Mark McCulligh wrote: > It most likely the php mail() function. With the default install/config > when the mail() function sends an email it is sent by the Apache user. > > If it is going to someone you know over and over (aka a client) it could > be a contact

[EMAIL PROTECTED] Solaris SIGBUS and core on changes to mmap'd files

2006-01-19 Thread Matt Willsher
Hello, I'm having some problems with Apache 1.3.x on Solaris. I was running Apache 1.3.26 on Solaris 8 and have upgrade to Apache 1.3.34 on Solaris 9 and we see this same issue on both platforms. I have a set up where by Apache serves static content from an NFS share. This works ok most of the t

[EMAIL PROTECTED] RedirectPermanent question

2006-01-19 Thread Sean Brown
I used to host a site on my box, but the user has decided to use Apple new iWeb and .mac hosting service. In this service, she has to use their domain, so their is no DNS switch. The URL for her new site is like this: http://web.mac.com/username/iWeb/Sitename/welcome.html So, I my box, I set up

Re: [EMAIL PROTECTED] RedirectPermanent question

2006-01-19 Thread Joshua Slive
On 1/19/06, Sean Brown <[EMAIL PROTECTED]> wrote: > RedirectPermanent / > "http://web.mac.com/username/iWeb/Sitename/welcome.html"; > So my question is, how can I redirect ANY request to ANY page (or > other resource) on her domain to the same home page at the new host > (http://web.mac.c

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
Thanks for the info Joshua. I was just curious to know if it was possible to set variables in httpd.conf . Probably won't need to use such a feature at the moment. Keith In theory, theory and practice are the same; In practice they are not. On Thu, 19 Jan 2006, Joshua Slive wrote: > To: u

Re: [EMAIL PROTECTED] Apache 2.0.53 large file problem

2006-01-19 Thread Brad Brown
--On Thursday, January 19, 2006 9:14 AM -0500 Joshua Slive <[EMAIL PROTECTED]> wrote: On 1/19/06, Mahesh S Kudva <[EMAIL PROTECTED]> wrote: Hi I have got apache 2.0.53 on Mac. I have a strange problem when using file more than 64Kb. None of the images or files get downloaded or displayed.

[EMAIL PROTECTED] Re: Svn transaction failure due to wrong permissions on creation.

2006-01-19 Thread John Duprey
Hello, A number of you have asked if I ever resolved the subversion permission problem as I reported it here: http://svn.haxx.se/dev/archive-2005-09/0277.shtml After trying several versions of Apache and Subversion (from both RPM and source), I resorted to a complete OS upgrade. Our admin upgrad

RE: [EMAIL PROTECTED] LDAP Crashes

2006-01-19 Thread Frank Wald
I am also running Apache 2.0.55 on Windows 2003 Server and installed from the msi installer. Apache crashes on LDAP requests and there is no information in the log files. I have tried to compile a new version using cygwin and MS Visual C++ but the ldap modules will not compile. Any help in getti

Re: [EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread Ken Robinson
Quoting maillists <[EMAIL PROTECTED]>: Hello List, I have been trying to isolate attacks on my server where someone is using apache to send spam from my host. I have been hit quite a bit in the past 2 days. Some of my websites have web forms, but I'm pretty sure that they are tight. Are these

Re: [EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread Mark McCulligh
It most likely the php mail() function. With the default install/config when the mail() function sends an email it is sent by the Apache user. If it is going to someone you know over and over (aka a client) it could be a contact us page. Mark. maillists wrote: Hello List, I have been tr

[EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread maillists
Hello List, I have been trying to isolate attacks on my server where someone is using apache to send spam from my host. I have been hit quite a bit in the past 2 days. Some of my websites have web forms, but I'm pretty sure that they are tight. This is a new line item in my daily Logwatch in th

Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-19 Thread M. Onur ERGiN
Ok, finally got it working. I have updated the locale and encoding settings to C and UTF8 and rebooted the system. Best regards,Onur.Joshua Slive <[EMAIL PROTECTED]> wrote: On 1/18/06, M. Onur ERGiN <[EMAIL PROTECTED]> wrote:> At the moment, my locale is:> LC_CTYPE="en_US.UTF-8"At least this one pr

Re: [EMAIL PROTECTED] httpd.conf

2006-01-19 Thread info . raa
Joshua, Tks for the reply. I'll try it. On 19 de Jan de 2006, at 12:25 PM, Joshua Slive wrote: On 1/19/06, info. raa <[EMAIL PROTECTED]> wrote: Can anyone send me an httpd.conf file with the configurations necessary to run a member's only site? I have tried the following code inside a directo

Re: [EMAIL PROTECTED] httpd.conf

2006-01-19 Thread Joshua Slive
On 1/19/06, info. raa <[EMAIL PROTECTED]> wrote: > Can anyone send me an httpd.conf file with the configurations necessary > to run a member's only site? > I have tried the following code inside a directory container, have > created a passwd folder and the proper user/password file, but had no > su

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread Joshua Slive
On 1/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Well Tom, I'm using apache 2.0.50 under SuSE 9.2 pro and > just added the following to httpd.conf, after my LoadModule statements: > > SetEnv ErrLogPath /var/log/apache2/error_log > ErrorLog ${ErrLogPath} > LogLevel debug > > All this doe

[EMAIL PROTECTED] httpd.conf

2006-01-19 Thread info . raa
Hi evetybody! Greetings. I have just starded learning apache. I'm using os x and apache 2.0.52. The server is running and i already undertand how virtual host works. From any computer of my lan i can see my intranet site. Here is my question: Can anyone send me an httpd.conf file with the confi

Re: [EMAIL PROTECTED] Apache 2.0.53 large file problem

2006-01-19 Thread Joshua Slive
On 1/19/06, Mahesh S Kudva <[EMAIL PROTECTED]> wrote: > Hi > > I have got apache 2.0.53 on Mac. I have a strange problem when using file > more than 64Kb. None of the images or files get downloaded or displayed. > The httpd conf is the same as default except that it has Virtual Hosts > configured.

Re: [EMAIL PROTECTED] Apache installation problem -socket address usage

2006-01-19 Thread Ian Western
Many thanks to those who replied to my original email. The OS I am using is Windows XP Pro. If, as has been pointed out, this is a problem with Port80, can anyone suggest a solution?   Many thanks Ian[EMAIL PROTECTED] wrote: Please tell us what OS you are using? - we need to know this if you wa

[EMAIL PROTECTED] Compiling a new module in Apache 2.0.55

2006-01-19 Thread Lekha Menon
Hi,   I had created an apache module & have built on Windows.   Now, i need to port the same on to Linux.   On windows, building the source code was simple  - by making changes in the Makefile.win files.   What are the basic steps to compile a new module on Linux? I have seen 2 files relate

Re: [EMAIL PROTECTED] windows binaries... yes, again

2006-01-19 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: httpd 2.2.0 simply didn't build on win32, well, not without alot of patches. After the first, then the second, it was looking somewhat promising. By the time I was finished, the package had drifted pretty far from the source tarball. One thing the httpd project ...

Re: [EMAIL PROTECTED] windows binaries... yes, again

2006-01-19 Thread William A. Rowe, Jr.
Javier Martínez wrote: Somebody could post some links to download the binaries? Searching on the mailing list archive, I see the message above, but is a month ago... I suppose that there is now the files... Yup - here's my 2c update... httpd 2.2.0 simply didn't build on win32, well, not witho

[EMAIL PROTECTED] windows binaries... yes, again

2006-01-19 Thread Javier Martínez
Somebody could post some links to download the binaries? Searching on the mailing list archive, I see the message above, but is a month ago... I suppose that there is now the files... http://mail-archives.apache.org/mod_mbox/httpd-users/200512.mbox/[EMAIL PROTECTED] Thanks begin:vcard fn;qu

[EMAIL PROTECTED] Installation Error of Apache 2.0.55 related to Berkeley DB

2006-01-19 Thread Lekha Menon
Hi , During Installation of Apache 2.0.55, execution of configure command hangs searching for "Berkeley DB". The command that i have used is "configure --prefix=/home/apache/Apache2". The command hangs showing msg "checking for Berkeley DB 4.3 in the standard places... checking db43/db.h usabilit

Re: [EMAIL PROTECTED] verify GET and POST data.

2006-01-19 Thread William A. Rowe, Jr.
M. Onur ERGiN wrote: A minute ago, from some logs, I found some case problems. I am seeing HTTP_KEEP_ALÝVE instead of HTTP_KEEP_ALIVE . I think the problem with MIMEModeMagic is the same. Does it give any clue? I might have mistakenly set some system fonts to Turkish. But now I can not fix it.

Re: [EMAIL PROTECTED] Using environment variable in httpd.conf

2006-01-19 Thread httpd2
Well Tom, I'm using apache 2.0.50 under SuSE 9.2 pro and just added the following to httpd.conf, after my LoadModule statements: SetEnv ErrLogPath /var/log/apache2/error_log ErrorLog ${ErrLogPath} LogLevel debug All this does for my setup is create an error_log file under /srv/www/ called ${Er