[users@httpd] Web Hosting - Apache2 Precaution

2013-02-19 Thread Austin Einter
Dear Apache Experts I am planning to host a site and the environment is CentOS 6. I am planning to use Apache2. I am not comfortble for initial tuning and configuration of Apache2. Basically it is going to be a job site, where people will be registering their profiles, uploading resumes etc. So I c

Re: [users@httpd] httpd-2.2.23-win32-x86-no_ssl.msi is not available?

2013-02-19 Thread Ben Johnson
On 2/19/2013 8:14 PM, Yoshinori Sano wrote: > I'm searching for httpd-2.2.23-win32-x86-no_ssl.msi file. > But I cannot find it. > The latest version I found is httpd-2.2.22-win32-x86-no_ssl.msi > in http://www.apache.org/dist/httpd/binaries/win32/ . > > The Apache httpd MSI binary for Windows is

[users@httpd] httpd-2.2.23-win32-x86-no_ssl.msi is not available?

2013-02-19 Thread Yoshinori Sano
I'm searching for httpd-2.2.23-win32-x86-no_ssl.msi file. But I cannot find it. The latest version I found is httpd-2.2.22-win32-x86-no_ssl.msi in http://www.apache.org/dist/httpd/binaries/win32/ . The Apache httpd MSI binary for Windows is no more available? If so, I need to make an MSI binary t

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Igor Cicimov
Any CGI scripts or modules enabled? On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy wrote: > 2.2.22 > > Sent from my iPhone > > On 19 Feb 2013, at 13:24, Igor Cicimov wrote: > > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I c

Re: [users@httpd] htaccess file and computer names

2013-02-19 Thread Mathijs Schmittmann
Op 19 feb. 2013 om 21:01 heeft "Walter H." het volgende geschreven: > Hello, > > DNS names won't work here; > because the connection is made by an IP host, > for this a reverse DNS request would be neccessary; > > the apache log files also also don't contain DNS names, just IP addresses; Note

Re: [users@httpd] htaccess file and computer names

2013-02-19 Thread Walter H.
Hello, DNS names won't work here; because the connection is made by an IP host, for this a reverse DNS request would be neccessary; the apache log files also also don't contain DNS names, just IP addresses; I wouldn't do this, because this decreases performance; Walter On 19.02.2013 19:49, Ma

Re: [users@httpd] htaccess file and computer names

2013-02-19 Thread Paul Norton
On 19 February 2013 18:49, Marc Fromm wrote: > I am using some htaccess files to control access to a few web pages. > > The htaccess file works if I use the ip address of the computer to grant > access, but not its name. > > Is there another setting to enable for “Allow from > computern

[users@httpd] htaccess file and computer names

2013-02-19 Thread Marc Fromm
I am using some htaccess files to control access to a few web pages. The htaccess file works if I use the ip address of the computer to grant access, but not its name. Is there another setting to enable for "Allow from computername.domain.name" to work like using the ip address "Allow from ###.#

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
2.2.22 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive > > > > Header edit set-cookie ^(.*)$ $1;secure > > > >

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
Apache 2.2 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive > > > > Header edit set-cookie ^(.*)$ $1;secure > >

[users@httpd] Using Alias (mod_alias) with .htaccess files

2013-02-19 Thread Ben Johnson
Hi, everyone, I'm using mod_alias to map URLs to directories that are outside of Apache's DocumentRoot. However, it seems that .htaccess files are being ignored in these directories. File: my-customizations.conf (included in httpd.conf) ###

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-19 Thread Eric Covener
On Tue, Feb 5, 2013 at 7:47 PM, Igor Cicimov wrote: >>> Redirect / https://nikolaskallis.com/ >> I don't get what your trying to saying. > You can't see the difference between > > Redirect / https://nikolaskallis.com > > and > > Redirect / https://nikolaskallis.com/ > > ??? Still wrestling with

Re: [users@httpd] mod_proxy timeout problems

2013-02-19 Thread plot.lost
On 19/02/2013 14:37, Pavel Mateja wrote: Can anyone give any clues as to what might be causing a timeout problem with mod_proxy being used as a reverse proxy to a local app server. This is using httpd 2.2.23 on ubuntu 10.04 LTS i686 I've (hopefully) eliminated the network itself as a source of t

[users@httpd] mod_proxy timeout problems

2013-02-19 Thread plot.lost
Can anyone give any clues as to what might be causing a timeout problem with mod_proxy being used as a reverse proxy to a local app server. This is using httpd 2.2.23 on ubuntu 10.04 LTS i686 I've (hopefully) eliminated the network itself as a source of the problem by testing this with the app

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Igor Cicimov
On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > Hi all, > > I need to mark cookies as secure, I thought I could just use the mod headers directive > > Header edit set-cookie ^(.*)$ $1;secure > > But it does not work, am I missing something. Any help would be greatly appreciated, > > Sent from my