First step: Can you PING your test domain?
On 09/01/07, Stephen <[EMAIL PROTECTED]> wrote:
I am traveling and set my laptop u with apaches, mysql, php and want to
continue my web work.
I am using Windows XP Pro
I have set the test domains to resolve to 127.0.0.1 in my hosts file.
When I ping
On Jan 9, 2007, at 5:14 PM, Jay Chandler wrote:
How do I force all traffic to go over SSL, and http://my.server.edu
to force redirection to https://my.server.edu?
1) Put both 80 and 443 in a virtual host.
2) In the port 80 virtual host, put the following:
RedirectPermanent / https://my.serv
Jay Chandler wrote:
Sorry if this is blindingly obvious; it's been a long day.
I have a server set up to work correctly both over port 80 and port
443. 443 requires SSL, and that's working correctly as well.
How do I force all traffic to go over SSL, and http://my.server.edu to
force redire
Sorry if this is blindingly obvious; it's been a long day.
I have a server set up to work correctly both over port 80 and port
443. 443 requires SSL, and that's working correctly as well.
How do I force all traffic to go over SSL, and http://my.server.edu to
force redirection to https://my.s
Duplicate your vhost server names (and serveraliases if you like) in
your hosts file with 127.0.0.1.
That will allow DNS to resolve them to your loopback IP address and
things should work.
--Mark
Mark Lavi, Enterprise Web Management Team @ SGI
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707
--
I am traveling and set my laptop u with apaches, mysql, php and want to
continue my web work.
I am using Windows XP Pro
I have set the test domains to resolve to 127.0.0.1 in my hosts file.
When I ping them in a cmd window they resolve to 127.0.0.1 and the ping
works.
In Firefox, when I do
On Jan 9, 2007, at 10:31 AM, Purswani, Prakash wrote:
Thanks Sander, It worked now I m not getting Session error anymore
but still Apache is not able to start and throwing the following
error:
ssl-error_log has the following error message :[error] Unable
to configure verify locations
Thanks Sander, It worked now I m not getting Session error anymore but
still Apache is not able to start and throwing the following error:
ssl-error_log has the following error message :[error] Unable to
configure verify locations for client authentication
Thanks,
Prakash
-Original Mess
Hi, I'm using sspi_auth_module along with active directory for single
sign on for those users already logged into our network with apache
2.x.x on Windows 2003 server. I'm not running IIS.
From: Genesis X1 [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 28,
Nancy,
On Jan 9, 2007, at 8:20 AM, Booterbaugh, Nancy wrote:
Error_Log has the following warning message : Session Cache is
not configured [hint: SSLSessionCache]
ssl-error_log has the following error message :[error] Unable
to configure verify locations for client authentication
Hm.
Roger et al,
Thanks for your help. I have been able to resolve the Private key issue
by installing the new Verisign certificates, but now I am running into a
new issue:
Error_Log has the following warning message : Session Cache is not
configured [hint: SSLSessionCache]
ssl-error_log has the f
On Jan 9, 2007, at 6:31 AM, Justin Johnson wrote:
> /svn/static/build/httpd-2.2.3/srclib/apr-util>./configure \
> > --prefix=$base_dir/apr-util-httpd \
> > --enable-static=yes \
> > --enable-shared=no \
> > --with-ldap=$base_dir \
> > --with-apr=$base_dir/apr-httpd
Did
>
> Usually not in server context, mod_rewrite acts before the mapping to
> filesystem occurs. You said that the rewrite log is completely empty,
> when you request /testtinfo/fea? That would mean the rules are not
seen
> at all, e.g. a matched and the rules are defined in the
> main server confi
Sorry about that.
- Original Message -
From: john
To: users@httpd.apache.org
Sent: Tuesday, January 09, 2007 2:37 AM
Subject: RE: [EMAIL PROTECTED] Name Resolution error
HostnameLookups is for logging.
I have other systems with many virtual hosts and there is no pro
- Original Message -
From: john
To: users@httpd.apache.org
Sent: Tuesday, January 09, 2007 2:37 AM
Subject: RE: [EMAIL PROTECTED] Name Resolution error
HostnameLookups is for logging.
I have other systems with many virtual hosts and there is no problem at all.
On 1/8/07, Sander Temme <[EMAIL PROTECTED]> wrote:
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-
Huesser Peter wrote:
Yes, this will cause a reverse DNS lookup of remote_addr. But anyway,
I
think your order is incorrect. If your request comes through port 80,
the 2nd rule won't have any effect, because your first rule matched
already.
RewriteEngine On
RewriteCond %{REMOTE_HOST} \.domain\.
On Tue, 9 Jan 2007 09:28:03 +0200, "Octavian Rasnita"
<[EMAIL PROTECTED]> wrote:
>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 fi
>
> Yes, this will cause a reverse DNS lookup of remote_addr. But anyway,
I
> think your order is incorrect. If your request comes through port 80,
> the 2nd rule won't have any effect, because your first rule matched
> already.
>
> RewriteEngine On
> RewriteCond %{REMOTE_HOST} \.domain\.ch$
> Re
Hi All,
I've asked this on irc and it was suggested that I try asking the dev
because the docs aren't clear, but I'll ask here aswell.
I'm using apache httpd 2.2.3 with the event MPM to do some traffic
throttling to a backend. What I have is this:
First, traffic hit a default vhost with lots o
Problem solved, in Linux 2.6 that Limit is gone :-)
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
Try to include the absolute path to gs in your call (e.g. /usr/local/
bin/gs ).
Your can get the complete path with the command "which gs" (at least
if you are on a UNIX/Linux box).
/frank
4 jan 2007 kl. 20.30 skrev Kyle Quillen:
Hello all,
I am having a small config issue. I have a php
Check that the response is being served with the correct character-set.
If all of your server's pages are internationalized and in the same
caracter set, you can use the AddDefaultCharset directive (see
http://httpd.apache.org/docs/2.2/mod/core.html#adddefaultcharset)
Issac
Jay Chandler wrote:
Hi,
I'm currently trying to setup a dedicated Linux Server for some private
Homepages (Friends & mine private stuff) using Apache 2.0.54 on Linux 2.4.34.
To have the vHosts (name based) separated securely my idea was to use
"SuexecUserGroup" (and maybe "suPHP_UserGroup") so each User
could start
Huesser Peter wrote:
My interpretation of "RewriteCond
%{REMOTE_HOST} \.domain\.ch$" is the following: If the client that makes
the https request is within the "domain.ch" than apply the following
RewriteRule.
Yes, this will cause a reverse DNS lookup of remote_addr. But anyway, I
think your o
Hi Sander,
Thanks for the inputs.
We are having a production server that just stops processing requests
over a period of time.
To minimize the downtime, we would like to forcefully core dump apache
(when it stops processing requests) and then gdb the core file at a
later point of time.
Is
>
> What are you seeing in your rewrite log? (If you don't have a rewrite
> log, switch it on now, and set debugging to a sufficiently high
> level).
>
Thanks for your answer. I turned it on and see nothing in the
rewrite.log file for the second RewriteCond (the first works fine and
produces seve
On Mon, Jan 08, 2007 at 05:38:54PM +0100, Erik van Pienbroek wrote:
> So I came up with the idea to create a wrapper script for each user
> account (with the owner of the script set to the relevant user) and
> put it in each home directory. However, when I change the Action-line
> in the config sho
28 matches
Mail list logo