RE: [EMAIL PROTECTED] Still Need Help w. PHP-Apache Integration.

2007-04-12 Thread Schultz, Gary - COMM
Have you checked out Apache Lounge (http://www.apachelounge.com)?

Gary T. Schultz
IT Administrator
Wisconsin Dept. of Commerce
608-266-1283
[EMAIL PROTECTED]
 

-Original Message-
From: Mr. Steve Burrus [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 11, 2007 4:25 PM
To: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED] Still Need Help w. PHP-Apache Integration.

I [still] need some help/assistance with trying to integrate php with the
apache server, specifically the version 2.2.4 of apache. Now I DID get this
integration right 1 time a long time ago but cannot do it now! 
Can anyone please give me a clear and concise way to do this? Thanx.

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] WebDAV

2007-04-12 Thread Schultz, Gary - COMM
I've had good results with XP Pro, but can't get anything to work with XP
Home, no matter what hacks I try. I would guess that similar results will
apply with Vista, the the advanced versions will probably work in some
fashion but the more basic versions will not. 
 
Gary T. Schultz
IT Administrator
Wisconsin Dept. of Commerce
608-266-1283
[EMAIL PROTECTED]
 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 11, 2007 6:23 PM
To: [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED] WebDAV



Is there anyone using WebDAV and Basic Authentication from a Windows
Explorer client?? 

Dan 



RE: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Schultz, Gary - COMM
Still not working. Regular expressions are working for other directives such
RedirectMatch. I'm running Apache 2.2.4 on Windows XP and 2003 Server if
that makes a difference.  

-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 13, 2007 11:40 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax

Sounds like you've got something else happening.  As far as I can tell, both
of those should work - your own implementation is about as simple as it
gets.  Just to eliminate the obvious...you are restarting httpd after making
the change, right? :-)

Try again without the trailing slash, just to see what happens:



On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
> /(?i)IE/ didn't work.
>
> I also tried  which didn't work.
>
>
> -Original Message-
> From: Rob Wilkerson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 13, 2007 10:58 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax
>
> I don't know if this will fly in Apache, but you could try /(?i)IE/ to 
> specify a case-insensitive match.
>
> On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
> >
> >
> > I want to set a location match so that an URL is not case sensitive.
> > The following work individually:
> >
> > 
> > 
> > 
> > 
> >
> > The following LocationMatch does not work:
> >
> > 
> >
> > What is the proper syntax to use for LocationMatch?
> >
> >
> >
> > Gary T. Schultz
> > IT Administrator
> > Wisconsin Dept. of Commerce
> > 608-266-1283
> > [EMAIL PROTECTED]
>
> -
> 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]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> 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]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Schultz, Gary - COMM
/(?i)IE/ didn't work.

I also tried  which didn't work.


-Original Message-
From: Rob Wilkerson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 13, 2007 10:58 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] LocationMatch expression syntax

I don't know if this will fly in Apache, but you could try /(?i)IE/ to
specify a case-insensitive match.

On 3/13/07, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
>
>
> I want to set a location match so that an URL is not case sensitive. 
> The following work individually:
>
> 
> 
> 
> 
>
> The following LocationMatch does not work:
>
> 
>
> What is the proper syntax to use for LocationMatch?
>
>
>
> Gary T. Schultz
> IT Administrator
> Wisconsin Dept. of Commerce
> 608-266-1283
> [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] LocationMatch expression syntax

2007-03-13 Thread Schultz, Gary - COMM
I want to set a location match so that an URL is not case sensitive. The
following work individually:
 




 
The following LocationMatch does not work:
 

 
What is the proper syntax to use for LocationMatch?
 
 
Gary T. Schultz
IT Administrator
Wisconsin Dept. of Commerce
608-266-1283
[EMAIL PROTECTED]


RE: [EMAIL PROTECTED] Apache on Windows

2007-03-07 Thread Schultz, Gary - COMM
Run it on Windows Server 2003 and XP with no real issues. Use with OpenSSL
and PHP. Good resources to use for Apache on Windows can be found at:
 
http://hunter.campbus.com/  
http://www.apachelounge.com/  
 
Gary T. Schultz
IT Administrator
Wisconsin Department of Commerce
608-266-1283
[EMAIL PROTECTED]  


  _  

From: Randall Fox [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 06, 2007 2:39 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache on Windows



Hello, I am wondering if any of you use Apache on Windows, and if so what
your experience has been like so far.



Thanks, RL. Fox.

 
Internet E-mail Disclaimer 
This message contains confidential information and is intended only for the
individual(s) named. If you are not the named addressee you should not
disseminate, distribute or copy this E-mail. Please notify the sender
immediately by E-mail if you have received this E-mail by mistake and delete
this E-mail from your system. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The recipient
should check this E-mail and any attachments for the presence of viruses.
The sender and Helzberg Diamond Shops, Inc. therefore does not accept
liability for any errors or omissions in the contents of this message, which
arise as a result of E-mail transmission. Views of this E-mail and of
Helzberg Diamond Shops, Inc. employees do not necessarily reflect the views
of Helzberg Diamond Shops, Inc. If verification is required please request a
hard-copy version. 

Helzberg Diamond Shops, Inc. - 1825 Swift Ave. - N. Kansas City, MO
- USA - www.helzberg.com 



RE: [EMAIL PROTECTED] WebDAV setup on Windows XP

2006-11-22 Thread Schultz, Gary - COMM
There are programs that will allow access to and editing of documents via
WEBDAV, but there really is no good free file management WEBDAV solution for
Windows. The problem with commercial solutions for Windows is that people or
organizations don't want to pay for a solution which is suppose to be "open"
or perceived as something which should be free. For example, I don't know
anyone willing to pay $55 for WebDrive. My employer (budget challenged
government agency) looked into WEBDAV for a project and found non-commercial
Windows solutions just didn't cut it and we were not willing to pay over
$1000 for WebDrive clients when FTP can be done for free. So we decided to
go with FTP because of the number of free client options that work in
Windows. Because our organization is exclusively Windows based, we've pretty
much given up on WEBDAV and stuck with FTP for file/document exchange
solutions.
 
Gary T. Schultz
IT Administrator
Wisconsin Dept. of Commerce
608-266-1283
[EMAIL PROTECTED]

  _  

From: Mark Lavi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2006 5:16 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] WebDAV setup on Windows XP



There are many other WebDAV implementations for Windows/Java/etc, see:
http://webdav.org/projects/   for commercial
and open source options. You'll find a number of packages are an editor with
WebDAV abilities.

 

Your mileage will vary on performance since every link in the chain between
client, network, and server will impact response rates. I've never
benchmarked other clients versus Microsoft network drive WebDAV performance
against Apache, but it shouldn't be too hard to beat. :-)

 

--Mark 

Mark Lavi, Enterprise Web Management Team @ SGI
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707
  _  


From: Steve Pfister [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2006 12:17 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] WebDAV setup on Windows XP

 

I've got it working now (sort of). It seems to function, but so far it's
unusably slow. Are there any better alternatives for the Windows platform?

 

  _  

From: Vinay Y S [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 21, 2006 2:20 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] WebDAV setup on Windows XP

 

Webdav in Windows products is broken beyond any hope. Even in Windows XP Pro
it doesn't work with certain combinations of updates and patches. Also, MS
Office products understand webdav. Even they don't work in all installations
as expected. Many a times they start talking FPSE. 
Checkout http://greenbytes.com/  
http://greenbytes.com/tech/webdav/webdav-redirector-list.html
 
http://greenbytes.com/tech/webdav/webfolder-client-list.html
 
http://greenbytes.com/tech/webdav/webdavfaq.html
 

Also look at Microsoft KB articles. Search on MSDN for "webdav" "web
folders" etc. 
Overall, its quite hopeless.
For your specific problems there are hacks available on the net.
specifically a module that sits before auth and (de)mangles the username.

-- 
Vinay

On 11/22/06, Mark Lavi <[EMAIL PROTECTED]  > wrote:

This is a well known "feature" of Windows XP Home and later editions.

Workaround: use a port number after the domain, or use a trailing /. or
a /# on any URL to use WebDAV properly in the setup wizard. 

* e.g.: http://www.atarex.com:80  
* e.g.: http://www.atarex.com/  .
* e.g.: https://www.atarex.com/#   

Explanation: the :port number on the domain name, the trailing slash dot
"/.", or slash pound "/#" at the end of the URL prevents the bug which
interprets the resource as a SMB network drive. 

Additional editorial and background here:
http://www.atarex.com/services/support/webdav-msft.shtml
 

--Mark
Mark Lavi, Enterprise Web Management Team @ SGI 
mailto:[EMAIL PROTECTED]   || phone:+1-650-933-7707
-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
 ]
Sent: Monday, November 20, 2006 1:42 PM 
To: users@httpd.apache.org  
Subject: Re: [EMAIL PROTECTED] WebDAV setup on Windows XP

You seem to be confusing auth_sspi (ntlm) auth with basic auth.  Or it's
an issue with your client - do you have another non-Microsoft dav client 
to try?  And see conf/extras/httpd-dav.conf for an example.

Steve Pfister wrote:
> Sorry if this is a FAQ... I'm trying to set up an Apache server
(2.2.3, I
> think) on XP and I'd like to setup WebDAV on it. Is there any 
> documentation on this? I can't seem to authenticate... I've got an
> htpasswd generated authentic

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-06-01 Thread Schultz, Gary - COMM
The default PHP 5.1.4 Apache 2 handler is for Apache 2.0.xx series.

I have gotten php 5.1.4 to run with Apache 2.2.2 using the PHP 5.1.4 Apache
2.2.x handler and Apache 2.2.x build from Apache Lounge.
www.apachelounge.com. Apache Lounge probably has the best Apache Win 32
builds and how to information.

Gary T. Schultz
IT Administrator
Wisconsin Department of Commerce
608-266-1283
[EMAIL PROTECTED]


-Original Message-
From: Martyn Griffin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 9:16 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

I am a little confused by your comment.
I am running Apache 2.2.2, and the latest Win32 release of PHP is 5.1.4. The
php5apache2.dll version is 5.1.4.4. The only doc I have found indicates this
is for Apache V2 and I took that to mean V2.* If that is NOT the case, it
would suggest that there is no preconfigured release of PHP that runs with
Apache 2.2.2 unless you compile it yourself, and not everyone who runs this
stuff has that capability.
So, if the PHP 5.1.4 release WON'T work with Apache 2.2.2, I would like to
find where the correct combination is defined? 


Martyn T. Griffin


-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 8:41 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

Martyn Griffin wrote:
> I even pulled the dll out of the distribution zip file again and 
> retried and it still fails.
>  
> If anyone has this running (PHP 5.1.4 and Apache 2.2), could you show 
> the relevant entries from your .conf file etc.

Using the version ***compiled for*** apache 2.2?  If is was compiled for 2.0
you are SOL, time to find the right build.

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.0/352 - Release Date: 5/30/2006
 

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.0/352 - Release Date: 5/30/2006
 

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM



Should have added, I built on PCLinuxOS 0.93 Mini Me. 


  
  
  From: Schultz, Gary - COMM Sent: 
  Thursday, May 25, 2006 10:07 AMTo: 
  'users@httpd.apache.org'Subject: RE: [EMAIL PROTECTED] configure: 
  error: OpenSSL headers not found Apache 2.0.58 
  
  Initially, I had the same problem when I installed 
  openssl in the default location, /usr/local/ssl. I decided to build apache 
  with ssl installed in a non-default location and configured Apache to use ssl 
  from this location. For example, configure openssl as 
such:
   
  ./config --prefix=/ssl --openssldir=/ssl/openssl 
  --shared
   
  run make, make test and make install.
   
  Configure apache to build using openssl from your 
  location, something like:
   
  ./configure --enable-so --enable-ssl --with-ssl=/ssl 
  (plus any other options)
   
  I think the key is the --with-ssl=(ssl directory) option. 
  You probably could install openssl in the default location and set --with-ssl 
  to that location and it should work. 
   
  Anyway, this gave me my first successful build of Apache 
  2.2.2 with ssl. Not sure if it is the best way to do this, but for now it 
  works. 
   
   
  
  Gary T. SchultzIT 
  AdministratorWisconsin Department of Commerce201 W. Washington Ave 
  Madison, WI 53214608-266-1283[EMAIL PROTECTED]
   
  


From: Mandar sarlashkar 
[mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 4:11 
AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] 
configure: error: OpenSSL headers not found Apache 2.0.58 

Hello !I am trying to setup Apache 2.0.58 on Mandriva 
Linux 2006... When I tried to configure Apache  I got the erroe 
: checking for SSL/TLS toolkit includes... configure: error: OpenSSL 
headers not foundThe OpenSSL version is 0.9.7g My 
Questions:How can I solve this problemIf I stuck with problems 
like configuration Where I can find help and proper 
documentation...I am sorry if I am not asking appropriate 
questionsThis is my first mail to the list... Thanks in 
Advance...Mandy


How low will we go? Check out Yahoo! Messenger's low PC-to-Phone 
call rates.


RE: [EMAIL PROTECTED] configure: error: OpenSSL headers not found Apa che 2.0.58

2006-05-25 Thread Schultz, Gary - COMM



Initially, I had the same problem when I installed openssl 
in the default location, /usr/local/ssl. I decided to build apache with ssl 
installed in a non-default location and configured Apache to use ssl from this 
location. For example, configure openssl as such:
 
./config --prefix=/ssl --openssldir=/ssl/openssl 
--shared
 
run make, make test and make install.
 
Configure apache to build using openssl from your location, 
something like:
 
./configure --enable-so --enable-ssl --with-ssl=/ssl (plus 
any other options)
 
I think the key is the --with-ssl=(ssl directory) option. 
You probably could install openssl in the default location and set --with-ssl to 
that location and it should work. 
 
Anyway, this gave me my first successful build of Apache 
2.2.2 with ssl. Not sure if it is the best way to do this, but for now it works. 

 
 

Gary T. SchultzIT 
AdministratorWisconsin Department of Commerce201 W. Washington Ave 
Madison, WI 53214608-266-1283[EMAIL PROTECTED]
 

  
  
  From: Mandar sarlashkar 
  [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 4:11 
  AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] 
  configure: error: OpenSSL headers not found Apache 2.0.58 

  Hello !I am trying to setup Apache 2.0.58 on Mandriva Linux 
  2006... When I tried to configure Apache  I got the erroe : 
  checking for SSL/TLS toolkit includes... configure: error: OpenSSL 
  headers not foundThe OpenSSL version is 0.9.7g My 
  Questions:How can I solve this problemIf I stuck with problems 
  like configuration Where I can find help and proper 
  documentation...I am sorry if I am not asking appropriate 
  questionsThis is my first mail to the list... Thanks in 
  Advance...Mandy
  
  
  How low will we go? Check out Yahoo! Messenger's low PC-to-Phone 
  call rates.


RE: [EMAIL PROTECTED] Apache HTTP Server 2.2.2 Released

2006-05-02 Thread Schultz, Gary - COMM
I know there are great people out there building great Win32 Apache 2.2.x
binaries, but the problem is that some IT managers, like mine, want a stable
Win32 Apache from the Apache Software Foundation. So we will continue with
2.0.55 until the ASF releases a stable Win32 binary. I would guess that
others are in the same situation. This isn't pissing and moaning, this is
life in our IT world. I'm content to wait, Apache 2.0.55 does everything our
agency needs to do.

Gary T. Schultz
IT Administrator
Wisconsin Department of Commerce
608-266-1283
[EMAIL PROTECTED]
 

-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 01, 2006 6:50 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache HTTP Server 2.2.2 Released

Yevgen Borodin wrote:
> Why couldn't there be a stable 2.2.2 Win32 Apache release?
> So tired of random bugs in 2.0.55... :(

Because Apache HTTP Server is a source code development project.

We don't exist to help users of any specific platform.

Binaries are provided at the convenience of a contributor, if at all.

Why on earth would Win32 merit a comment or priority over, say, a Solaris
pkg or a Linux rpm?

If you want random bugs, try a build of 2.2.0, that should send you
screaming back to 2.0.40.

Read the announce again.  Did it say there *ISN'T*?  Or rather, that there
would not be?  Or did it say anything at all about it?

I've said it time and time again, 2.2.2 will be the first Win32 binary
distribution to hit the httpd download site from -me-.  Others have rolled
binaries of 2.2.0 you can obtain.

The biggest pissing and moaning, more than 2.2.foo, was for
win32-x86-ssl.msi.
Guess what?  The ASF has already finished the notification process of 0.9.7
and our mod_ssl, so there ya go.  For binary compat, with all the folks that
already use mod_ssl, in 2.0 they used 0.9.7 forever.  So that's what it is.

In the interim, shaking out the cobwebs from my december efforts to get 2.2
installer working, and think that it's there.  I'm checking documentation to
see if openssl 0.9.8 notification has to be made, or if it's already done.
It makes no sense to have 2.2 bundled with the old 0.9.7 - we're in 2006
already, and 0.9.8 shipped within weeks of 2.2.0.  So why use anything but?

Even if it didn't have a bit more installation testing and comprehensive
rewrite of the README page, along with this openssl notification question
... I'm just as tempted to leave this sit another few days, seeing that it
took a whopping three hours for folks to start pissing and moaning.

Is it missing because notification process isn't finished?  Missing because
of the README update for wldap32.dll dependencies?  Missing because of the
major refactoring of the config files?  Or missing because a few whiners bit
the hand that feeds them?  Only one will ever know.

We voulenteer to this effort for fun.  If you want to treat the voulenteers
as your paid staff, you can damn well pay them.  Lots of folks know how to
build
win32 binaries for you and would be happy to take your check.  Since 2.2
dropped and the complaints started, several HTTP'ers have even suggested
that binaries should be dropped, altogether, and leave folks to their own
devices or OS vendor to provide them the binaries.  Hopefully for you that
isn't what happens.

Bill

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Apache SSL port question

2006-04-13 Thread Schultz, Gary - COMM



I'm testing SSL 
(mod_ssl) on Apache 2.0.55 Win32. Some consultants that conducted a 
security analysis suggested using ports other than the default 443 port for SSL. 
Is it possible to configure Apache to use a port other than 443 for SSL and have 
the URL stay the same, that is, be able to use https://www.somesite.org instead of https://www.somesite.org:1234? If so, 
are there any real advantages to using a port other than 443? I have added 
sample ssl.conf code below:
 
## This is the 
Apache server configuration file providing SSL support.# It contains the 
configuration directives to instruct the server how to# serve pages over an 
https connection. For detailing information about these # directives see 
# 
# Do NOT simply read the instructions in here without understanding# 
what they do.  They're here only as hints or reminders.  If you are 
unsure# consult the online docs. You have been warned.  
#
 
## Pseudo Random 
Number Generator (PRNG):# Configure one or more sources to seed the PRNG of 
the SSL library.# The seed data should be of good random quality.# 
WARNING! On some platforms /dev/random blocks if not enough entropy# is 
available. This means you then cannot use the /dev/random device# because it 
would lead to very long connection times (as long as# it requires to make 
more entropy available). But usually those# platforms additionally provide a 
/dev/urandom device which doesn't# block. So, if available, use this one 
instead. Read the mod_ssl User# Manual for more details.## Note: 
This must come before the  container to 
support#   starting without SSL on 
platforms with no /dev/random 
equivalent#   but a statically compiled-in 
mod_ssl.#SSLRandomSeed startup builtinSSLRandomSeed connect 
builtin#SSLRandomSeed startup file:/dev/random  512#SSLRandomSeed 
startup file:/dev/urandom 512#SSLRandomSeed connect file:/dev/random  
512#SSLRandomSeed connect file:/dev/urandom 512
 
#
 
## When we also 
provide SSL we have to listen to the # standard HTTP port (see above) and to 
the HTTPS port## Note: Configurations that use IPv6 but not IPv4-mapped 
addresses need two#   Listen directives: 
"Listen [::]:443" and "Listen 0.0.0.0:443"#Listen 443Listen 
1234
 
  SSL 
Global Context  All SSL configuration in this context applies 
both to##  the main server and all SSL-enabled virtual 
hosts.##
 
##   
Some MIME-types for downloading Certificates and CRLs#AddType 
application/x-x509-ca-cert .crtAddType 
application/x-pkcs7-crl    .crl
 
#   Pass 
Phrase Dialog:#   Configure the pass phrase gathering 
process.#   The filtering dialog program (`builtin' is a 
internal#   terminal dialog) has to provide the pass phrase on 
stdout.SSLPassPhraseDialog  builtin
 
#   
Inter-Process Session Cache:#   Configure the SSL Session Cache: 
First the mechanism #   to use and second the expiring timeout (in 
seconds).#SSLSessionCache    
none#SSLSessionCache    
shmht:logs/ssl_scache(512000)#SSLSessionCache    
shmcb:logs/ssl_scache(512000)#SSLSessionCache 
dbm:logs/ssl_scacheSSLSessionCacheTimeout  300
 
#   
Semaphore:#   Configure the path to the mutual exclusion semaphore 
the#   SSL engine uses internally for inter-process 
synchronization. #SSLMutex  file:logs/ssl_mutex
 
 SSL Virtual 
Host Context##
 
www.somesite.org:1234>
 
#   
General setup for the virtual hostDocumentRoot 
"d:/apache2root/htdocs"ServerName www.somesite.org:1234ServerAdmin [EMAIL PROTECTED]ErrorLog 
logs/error_logTransferLog logs/access_log
 
#   SSL 
Engine Switch:#   Enable/Disable SSL for this virtual 
host.SSLEngine on
 
#   SSL 
Cipher Suite:#   List the ciphers that the client is permitted to 
negotiate.#   See the mod_ssl documentation for a complete 
list.SSLCipherSuite 
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
 
#   Server 
Certificate:#   Point SSLCertificateFile at a PEM encoded 
certificate.  If#   the certificate is encrypted, then you 
will be prompted for a#   pass phrase.  Note that a kill -HUP 
will prompt again.  Keep#   in mind that if you have both an 
RSA and a DSA certificate you#   can configure both in parallel 
(to also allow the use of DSA#   ciphers, 
etc.)SSLCertificateFile conf/ssl/server.crt#SSLCertificateFile 
conf/ssl.crt/server-dsa.crt
 
#   Server 
Private Key:#   If the key is not combined with the certificate, 
use this#   directive to point at the key file.  Keep in mind 
that if#   you've both a RSA and a DSA private key you can 
configure#   both in parallel (to also allow the use of DSA 
ciphers, etc.)SSLCertificateKeyFile 
conf/ssl/server.key#SSLCertificateKeyFile 
conf/ssl.key/server-dsa.key
 
#   Server 
Certificate Chain:#   Point SSLCertificateChainFile at a file 
containing the#   concatenation of PEM encoded CA certificates 
which form the#   certificate chain for the server certificate. 
Alternatively#   the referenced file can be the same as 
SSLCertificateFile

RE: [EMAIL PROTECTED] General question - Apache 2.0.55 webdav problem ?

2006-03-07 Thread Schultz, Gary - COMM
Operator error. I mistakenly deleted the DavLockDB directive from the
configuration. Put the directive back in and it works. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Tuesday, March 07, 2006 10:53 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] General question - Apache 2.0.55 webdav problem?

On 3/7/06, Schultz, Gary - COMM <[EMAIL PROTECTED]> wrote:
>
> I have two servers with the same webdav configuration and NT file 
> permissions. On the server running Windows 2000 Apache 2.0.50 webdav 
> works as expected while on the server running Apache 2.0.55 webdav 
> does not work, I keep getting a 403 error Forbidden message. Is there 
> a problem with webdav on Apache 2.0.55? Has something change in 2.0.55 
> that requires a change to the webdav configuration?

No, there was no change or problem.

What is in the apache error log?

Joshua.

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] General question - Apache 2.0.55 webdav problem?

2006-03-07 Thread Schultz, Gary - COMM



I have two servers 
with the same webdav configuration and NT file permissions. On the server 
running Windows 2000 Apache 2.0.50 webdav works as expected while on the server 
running Apache 2.0.55 webdav does not work, I keep getting a 403 error Forbidden 
message. Is there a problem with webdav on Apache 2.0.55? Has something change 
in 2.0.55 that requires a change to the webdav 
configuration?


RE: [EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

2006-02-23 Thread Schultz, Gary - COMM
XAMPP project at (http://www.apachefriends.org) has 2.2.0 (along with other
stuff) compiled for Windows.

-Original Message-
From: Nick Kew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 23, 2006 11:14 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] When will Win32 be released for Apache 2.2?

On Thursday 23 February 2006 15:39, Shap Wolf wrote:
> Any ideas on when Apache 2.2.0 will be compiled for the Win32 
> platform? I having some small but recurring problems with php5 and 
> mysql that I think are resolved in the latest Apache build, but am not 
> up to compiling it myself.

For technical reasons, you'll have to wait for 2.2.1 for an 'official'
binary.

But apachelounge.com has one for 2.2.0.

--
Nick Kew

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
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]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-09 Thread Schultz, Gary - COMM



Additional Information. Everything works as expected with 
PHP 5.0.5, so there must be a problem with 5.1.x. I cannot get the configuration 
to work with 5.1.0, 5.1.1 or 5.1.2. I do know that Apache 2.2 and 5.1.1 work in 
the XAMPP distribution for Windows. Or is the problem with Apache 
2.0.55?


From: Schultz, Gary - COMM 
[mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 
2006 10:06 AMTo: users@httpd.apache.orgSubject: 
[EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

I have never had a 
problem getting Apache and PHP to run until I tried PHP 5.1.x (5.1.1 and 5.1.2) 
and Apache 2.0.55. I have tried the following configuration 
hints:
 
http://php.mirrors.ilisys.com.au/manual/en/install.windows.apache2.php
 
http://spaces.msn.com/anotherblog/Blog/cns!1p2pEqx-MdcDtr92-Z1Jl5HA!368.entry
 
http://www.evaria.com/v3/index/article/19/how-to-install-php5-on-windows.html
 
and numerous other 
sites.
 
I either get blank 
pages or the php code in the browser.  
 
It would appear 
there is a problem with Apache and PHP 5.1.x. I have never seen this much 
discussion related to a problem with Apache 2.0.xx and PHP. Any ideas are 
welcome. 
 

Gary T. Schultz
IT Administrator
Wisconsin Dept. of 
Commerce
608-266-1283
[EMAIL PROTECTED]
 


[EMAIL PROTECTED] No go with Apache 2.0.55 and PHP 5.1.x

2006-02-09 Thread Schultz, Gary - COMM



I have never had a 
problem getting Apache and PHP to run until I tried PHP 5.1.x (5.1.1 and 5.1.2) 
and Apache 2.0.55. I have tried the following configuration 
hints:
 
http://php.mirrors.ilisys.com.au/manual/en/install.windows.apache2.php
 
http://spaces.msn.com/anotherblog/Blog/cns!1p2pEqx-MdcDtr92-Z1Jl5HA!368.entry
 
http://www.evaria.com/v3/index/article/19/how-to-install-php5-on-windows.html
 
and numerous other 
sites.
 
I either get blank 
pages or the php code in the browser.  
 
It would appear 
there is a problem with Apache and PHP 5.1.x. I have never seen this much 
discussion related to a problem with Apache 2.0.xx and PHP. Any ideas are 
welcome. 
 

Gary T. Schultz
IT Administrator
Wisconsin Dept. of 
Commerce
608-266-1283
[EMAIL PROTECTED]
 


RE: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)..

2006-01-27 Thread Schultz, Gary - COMM



Start simple. Does http://localhost bring 
up the Apache start page? If not the Apache 
servcie isn't running. 
 
 


From: mohan devanoor 
[mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 2:59 
AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] problem 
hosting a webpage in apache(asap)..

Hi Stephane
as you said,  iam  getting the following errors 
 
 In error log file
[Fri Jan 27 14:16:37 2006] [error] [client 172.16.100.4] File does not 
exist: D:/Apache2/htdocs/status.html
 In access log
172.16.100.4 - - [27/Jan/2006:14:16:37 +0530] "GET /status.html HTTP/1.1" 
404 296
 
But i placed status.html in   D:/Apache2/htdocs
 
 
 
 
 
 
 
Axel-Stéphane SMORGRAV 
<[EMAIL PROTECTED]> wrote: 
Some 
  web server replied with a HTTP 404, whether apache or another. What you need 
  to find out is whether it was Apache that replied.Supposing you r 
  ServerRoot is d:/apache2 and your ErrorLog is logs/error.log, please post the 
  relevant parts of the file d:\apache2\logs\error.logIf Apache is 
  actually started, your error log file should contain something 
  like:[Mon Oct 17 09:05:26 2005] [notice] Apache configured -- resuming 
  normal operationsIf Apache served the HTTP 404, you should see 
  something like:[Mon Oct 17 18:51:35 2005] [error] [client 10.0.0.1] 
  File does not exist: d:/apache2/htdocs/hello.htmland the access 
  log10.0.0.1 - - [17/Oct/2005:18:51:35 +0100] "GET /hello.html 
  HTTP/1.1" 404 271 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; 
  Q312461; .NET CLR 1.1.4322)"If nothing like the above appears in any 
  log file, you have another HTTP server running - maybe 
  IIS.-ascsFrom: mohan 
  devanoor [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 
  9:34 AMTo: users@httpd.apache.orgSubje ct: [EMAIL PROTECTED] problem 
  hosting a webpage in apache(asap)..Hi,Actually i want my web 
  page to run on apache server.(Ex: hello.html)i want it to get it accesed 
  from the same system in whic i have my apache serverEx: 
  http://localhost/Mywebsite then i need to get my webpage (hello.html)I 
  have checked the Document root and placed my hello.html in that 
  directory.i.e d:/apache2/htdocsand tried accessing 
  http://localhost/hello.htmlhttp://localhost/htdocs/hello.htmlbut the 
  page couldnt be served.This is the 
  problem-The 
  official User-To-User support forum of the Apache HTTP Server Project.See 
  for more info.To unsubscribe, 
  e-mail: [EMAIL PROTECTED]" from the digest: 
  [EMAIL PROTECTED]For additional commands, e-mail: 
  [EMAIL PROTECTED]


What are the most popular cars? Find out at Yahoo! 
Autos 


[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 http://something/xx and http://something/XX to http://something/XX (and other lower-upper case 
combinations) so that the ProxyPass can forward to /XX to Ccooon. The following 
works:
 
ProxyPass 
balancer://myCluster/XX/ProxyPass 
balancer://myCluster/XX/
 
I've tried the following using regular expressions, but none are 
working: 
 
ProxyPass 
balancer://myCluster/XX/
 
ProxyPass 
balancer://myCluster/XX/
 
ProxyPass 
balancer://myCluster/XX/
 
ProxyPass 
balancer://myCluster/XX/
 
I'm obviously missing something when it comes to regular expressions and 
LocationMatch. I've successfully accomplished similar things redirecting 
resources using redirectMacth and complex regular expressions, so I have a feel 
for using regular expressions. 
 

Gary T. SchultzIT 
AdministratorWisconsin Department of Commerce201 W. Washington Ave 
Madison, WI 53214608-266-1283[EMAIL PROTECTED].wi.us


RE: [EMAIL PROTECTED] Webserver Alternative

2005-10-18 Thread Schultz, Gary - COMM



Have you tried XAMPP (http://www.apachefriends.org/en/index.html)? Integration of Apache and many other 
open source tools, such as PHP and MySQL.
 

Gary T. SchultzSystems and Web AdministratorWisconsin 
Department of Commerce  

  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 
  8:49 PMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] 
  Webserver Alternative
  
  FYI.  There are alternative web servers availabel for people who have 
  problems running Apache on their computers.  I was able to setup QnE to 
  run PHP in 5 minutes.  But, setup instructions are hard to find: Go to 
  Help then click on Frequently Asked Questions.Quick 'n Easy Web Server 
  Professional Version 3.0.1http://www.pablosoftwaresolutions.com/html/quick__n_easy_web_server.html