Re: [EMAIL PROTECTED] How to force a core dump on Linux

2007-01-08 Thread Sander Temme
On Jan 8, 2007, at 10:34 PM, Sai Jai Ganesh Gurubaran wrote: We are getting frequent Apache (59) outages at our installation. Apache is compiled in as worker module, forward proxy on RHEL 3 I would like to core dump Apache when such a outage occurs. Can any one tell me how to force Apache to

RE: [EMAIL PROTECTED] Name Resolution error

2007-01-08 Thread john
HostnameLookups is for logging. I have other systems with many virtual hosts and there is no problem at all. Is there any possibility that when apache starts (runlevel 3) cannot resolve the host names. If I shut the apache (having resolution problem) and then just restart it, everything

Re: [EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-08 Thread Octavian Rasnita
Well in that case you can simply use a link like http://www.site.com/program_name/username/password and put the program "program_name" to parse the URL, get the username and password, search the user in the file with users or a database and checks if the password is correct, and if it is, let th

Re: [EMAIL PROTECTED] Apache won't serve, access denied

2007-01-08 Thread Steve Swift
If you "replaced the default content" by pointing the DoumentRoot statement at your site contents, then you'll have to change the corresponding block which grants access to the document root. The block for the default document root is setup during installation, and looks typically like this: (t

[EMAIL PROTECTED] How to force a core dump on Linux

2007-01-08 Thread Sai Jai Ganesh Gurubaran
Hi, We are getting frequent Apache (59) outages at our installation. Apache is compiled in as worker module, forward proxy on RHEL 3 I would like to core dump Apache when such a outage occurs. Can any one tell me how to force Apache to core dump? Regards, Ganesh

RE: [EMAIL PROTECTED] FilesMatch/Files problem

2007-01-08 Thread Rob Sterenborg
Emil Edeholt wrote: > Hi, > > The pages on my site is accessed via index.php?page=foo where > foo is the file. > > All pages that starts with admin_ should require a password. > I've tried to do this: > > http://httpd.apache.org/docs/2.2/mod/core.html#filesmatch File

Re: [EMAIL PROTECTED] Name Resolution error

2007-01-08 Thread joseph c
how about the value of the "HostnameLookups", it should set to "Off" On 1/9/07, john <[EMAIL PROTECTED]> wrote: Hi all I have installed apache 2.2.3 Apache starts automatically, so there is an error [Mon Jan 08 20:11:27 2007] [error] (EAI 3)Temporary failure in name resolution: Could not res

[EMAIL PROTECTED] Apache won't serve, access denied

2007-01-08 Thread Matt Nelson
I've set up apache on trustix 2.0 box, version 2.0.59. I replaced the default content with content from a site I had on a now out of commision much older server. The server gives 403 forbidden errors. I set permissions to 777 (for testing)and the owner and group to httpd, just as the server

Re: [EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Frank Hempel
Bo Berglund schrieb: I want to add a link on my application's help menu where the user's default browser will be opened on a customer page on our website. The website is hosted on a provider running Apache server and I have protected the customer pages using the .htpasswd file where user logins

RE: [EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-08 Thread Mark Lavi
It's been a long time since Netscape Navigator 4 would allow you to use the http://username:[EMAIL PROTECTED] form of a URI (which is legitimate, per http://www.ietf.org/rfc/rfc1738.txt, section 3.1) for http authentication with any web server. I miss it a lot, I used it for the username on my own

[EMAIL PROTECTED] --enable-rewrite=shared compiling as .a instead of .so

2007-01-08 Thread Vince Neil
Hi I am running an installed version of Apache2.2.3 on a OpenSuse linux 10.1. I am attempting to configure with the following: ./configure --prefix=/usr/local/apache --enable-so --enable-rewrite=shared --with-included-apr --enable-shared=max --enable-module=shared and ./configure --prefix=/u

[EMAIL PROTECTED] FilesMatch/Files problem

2007-01-08 Thread Emil Edeholt
Hi, The pages on my site is accessed via index.php?page=foo where foo is the file. All pages that starts with admin_ should require a password. I've tried to do this: and this But neither seems to work. If I write I can't access any page on my site so the rest of the config seems fin

[EMAIL PROTECTED] Re: How to compose an URL so that login is done???

2007-01-08 Thread Bo Berglund
On Tue, 9 Jan 2007 00:11:13 +0200, "Octavian Rasnita" <[EMAIL PROTECTED]> wrote: >Yes I think you can do this using something like: > >http://username:[EMAIL PROTECTED]/page.html > >But this method is not very secure, since anyone can take a look in the html >code of the help file, and the userna

Re: [EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Octavian Rasnita
Yes I think you can do this using something like: http://username:[EMAIL PROTECTED]/page.html But this method is not very secure, since anyone can take a look in the html code of the help file, and the username/password are also shown in the address bar of the browser when the user opens it.

[EMAIL PROTECTED] How to compose an URL so that login is done???

2007-01-08 Thread Bo Berglund
I want to add a link on my application's help menu where the user's default browser will be opened on a customer page on our website. The website is hosted on a provider running Apache server and I have protected the customer pages using the .htpasswd file where user logins adn password hashes are

[EMAIL PROTECTED] Re: 2.2 default conf rearranged (was: International Characters?)

2007-01-08 Thread William A. Rowe, Jr.
Are you moving to 2.2? Notice a large number of commented-out, optional #Includes directives; these apply to all sorts of features, grouped by facility, that you might need to invoke on your installation. Or, migrate your existing conf. Jay Chandler wrote: > Howdy. > > On one of our servers, in

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-08 Thread Sander Temme
On Jan 5, 2007, at 6:42 AM, Justin Johnson wrote: My new problem is that apr-util has a problem with a statically linked ldap. See below. /svn/static/build/httpd-2.2.3/srclib/apr-util>./configure \ > --prefix=$base_dir/apr-util-httpd \ > --enable-static=yes \ > --enable-shared=

RE: [EMAIL PROTECTED] Verisign signatures with Apache server

2007-01-08 Thread Roger Hendrix at Baldor-IS
Greetings: Did you get this resolved? If not, then what OS version and APACHE version are you running on? When does the error occur? Did you enable logging at the Virtual host level? If so, have you looked at the logs. Most generally, this error is caused because of a file name for file

[EMAIL PROTECTED] International Characters?

2007-01-08 Thread Jay Chandler
Howdy. On one of our servers, international characters (specifically french accents) display correctly. On the new Apache2.2 server (FreeBSD 6.1) they don't. Is there a package missing that I need to install? Regards, -- Jay Chandler Network Administrator, Chapman University 714.628.7249 /

Re: [EMAIL PROTECTED] Webpage showing me the Index Directory

2007-01-08 Thread Paolo Villaverde
Thanks Mark, It works ! - Original Message From: Mark Lavi <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Monday, 8 January, 2007 1:51:25 PM Subject: RE: [EMAIL PROTECTED] Webpage showing me the Index Directory The default page typically is “index.html”, and it is set per the D

Re: [EMAIL PROTECTED] Restricting access to a directory by time of day?

2007-01-08 Thread Aaron Wagner
http://httpd.apache.org/docs/2.0/rewrite/rewrite_guide.html snip< Time-Dependent Rewriting Description: When tricks like time-dependent content should happen a lot of webmasters still use CGI scripts which do for instance redirects to specialized pages. How can it be done via mod_rewrite

[EMAIL PROTECTED] Unwanted rewrite

2007-01-08 Thread Israel Brewster
I am running into a somewhat annoying problem with Apache 1.3.29 on an OpenBSD 4.0 box. When attempting to access the server via IP address, it loads the first page fine, but after clicking a link to another page it rewrites the IP address in the URL to the hostname of the machine. This pro

RE: [EMAIL PROTECTED] Webpage showing me the Index Directory

2007-01-08 Thread Mark Lavi
The default page typically is "index.html", and it is set per the DirectoryIndex directive, per directory or location. Please scan your httpd.conf and read the documentation. I am assuming you're using the latest version of Apache, you did not specity. http://httpd.apache.org/docs/2.2/mod/m

[EMAIL PROTECTED] Webpage showing me the Index Directory

2007-01-08 Thread Paolo Villaverde
Hi Guys, I just configured an apache webserver installed in Linux, now I'm a beginner of Apache. When I installed it and had a minimal changes on the configuration, likewise added my webpages. When I tried to view from the webserver, http://localhost, I'am getting the Index directory instead

[EMAIL PROTECTED] Name Resolution error

2007-01-08 Thread john
Hi all I have installed apache 2.2.3 Apache starts automatically, so there is an error [Mon Jan 08 20:11:27 2007] [error] (EAI 3)Temporary failure in name resolution: Could not resolve host name DomainName1 -- ignoring! [Mon Jan 08 20:11:27 2007] [error] (EAI 3)Temporary failure in name resoluti

Re: [EMAIL PROTECTED] Restricting access to a directory by time of day?

2007-01-08 Thread Nick Kew
On Mon, 8 Jan 2007 08:22:43 -0800 (PST) Alan Corey <[EMAIL PROTECTED]> wrote: > I've searched a little but didn't find anything. > > I'm thinking about putting something online that may use a bit of > bandwidth, so I'd like to retrict access to times when the office > isn't open. Ideally, I'd li

[EMAIL PROTECTED] Patrick Presto is out of the office.

2007-01-08 Thread Patrick Presto
I will be out of the office starting 01/08/2007 and will not return until 01/15/2007. I am out of the office in training this week. Please contact pin # 19005 for any emergencies in my absence. Thank you!

[EMAIL PROTECTED] Per-user cgi-bin + php + fastcgi + suexec

2007-01-08 Thread Erik van Pienbroek
Hi everyone, I am in the process of setting up a webserver for students of a school in the Netherlands. All of our students have got an account in a Active Directory which is reachable from Linux through PAM. One of our goals is to let the students use PHP scripts without the safe mode limitation.

[EMAIL PROTECTED] Restricting access to a directory by time of day?

2007-01-08 Thread Alan Corey
I've searched a little but didn't find anything. I'm thinking about putting something online that may use a bit of bandwidth, so I'd like to retrict access to times when the office isn't open. Ideally, I'd like to have a page displayed to people who try to hit the page explaining the situation.

Re: [EMAIL PROTECTED] Rewrite does not work

2007-01-08 Thread Krist van Besien
On 1/8/07, Huesser Peter <[EMAIL PROTECTED]> wrote: I have a problem with a rewrite. In my httpd.conf I use the following lines: ScriptAlias /test/ /var/test/cgi-bin/ Alias /pipermail/ /var/test/archives/public/ Options +FollowSymlinks RewriteEngine On RewriteCond %{SERVER_P

Re: [EMAIL PROTECTED] Virtual Host Issue

2007-01-08 Thread Krist van Besien
On 1/7/07, Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: I tried that earlier but it defaults always to the first specified site - there must be something else going since I get the following error: Basically what you write in the "NameVirtualhost" directive must match what you write in the blo

[EMAIL PROTECTED] Rewrite does not work

2007-01-08 Thread Huesser Peter
Hello I have a problem with a rewrite. In my httpd.conf I use the following lines: ScriptAlias /test/ /var/test/cgi-bin/ Alias /pipermail/ /var/test/archives/public/ Options +FollowSymlinks RewriteEngine On RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^(.+)$ https:/

[EMAIL PROTECTED] saving userid

2007-01-08 Thread Malka Cymbalista
I am running Apache 2.0.55 with mod_perl 2.0.1 and Perl 5.8.1 on a Sun Solaris machine. I am writing a perl script that requires the user to log in with a userid and password in order to access the pages the script creates. We plan on using standard http authentication. Once the user logs in, is th

Re: [EMAIL PROTECTED] Forcing logging to the access log

2007-01-08 Thread Steve Swift
This is indeed exactly what I want. I added a "ForensicLog" and a corresponding "LoadModule" to the httpd.conf of my apache 2.2.2 running under my Windows system here at home and tried it out - perfect. Now I'll have to make the corresponding change to the apache 2.0.46 (plus recent fixes) runni

[EMAIL PROTECTED] creating .keytab file without using Win2003Server

2007-01-08 Thread Gayal
Hi, Is it possible to create a .keytab file without using win2003Server. Can i do the same thing with a Kerberos Server installed on a Linux Machine -- Gayal Rupasinghe SU-APIIT "The willingness to make a commitment even when results are unknown."

Re: [EMAIL PROTECTED] a simple rewrite request

2007-01-08 Thread Xavier Noria
On Jan 8, 2007, at 2:39 AM, Jonathan Horne wrote: i have a server that i keep on standby with a "down for maintenance" version of my website. i would like to redirect any url that might come in to just / (my document root). could someone whip me up a quick example? If a file /system/main

[EMAIL PROTECTED] SSLPassPhraseDialog : Script Examples

2007-01-08 Thread Farid Izem
Hi, I would like to use SSLPassPhraseDialog with exec options. Has anyone have an example of pp-filter shell script which is use to provide SSL PassPhase? Kind Regards Farid