Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
at 11:24 AM, Phil Pinkerton > wrote: >> No because just adding the path to the "otherWeb"/index.html to >> DirectoryIndex line still defaults to the first index.html > > They're searched in order. Only one can be used.. If you just > appended a val

Re: [users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
gt; On Sun, Jan 15, 2012 at 11:02 AM, Phil Pinkerton > wrote: >> https://server.domain.net/otherapp and get the index.html in “otherWeb” > > Isn't this the same as the 2nd example in the manual? > > http://httpd.apache.

[users@httpd] How to add multiple index.html references in httpd.conf ?

2012-01-15 Thread Phil Pinkerton
currently in httpd.conf the default index.html is configured : DocumentRoot “www” DirectoryIndex index.html Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all I want to add another webpage (index.html) located in “otherWeb” which is located in the same directory

Re: [us...@httpd] Cache issues

2009-09-28 Thread Phil Pinkerton
Jonathan Zuckerman wrote: On Fri, Sep 25, 2009 at 10:54 AM, Phil Pinkerton wrote: On Fri, Sep 25, 2009 at 12:45 PM, Jonathan Zuckerman wrote: On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton wrote: Anyone experience performance issues with regards to Apache cache ? Â From

Re: [us...@httpd] Cache issues

2009-09-25 Thread Phil Pinkerton
On Fri, Sep 25, 2009 at 12:45 PM, Jonathan Zuckerman wrote: > On Fri, Sep 25, 2009 at 6:15 AM, Phil Pinkerton > wrote: > > Anyone experience performance issues with regards to Apache cache ? > > > > From time to time we are experience access issues ( users accessing &g

[us...@httpd] Cache issues

2009-09-25 Thread Phil Pinkerton
Anyone experience performance issues with regards to Apache cache ? From time to time we are experience access issues ( users accessing Subversion ) that seem to be due to an over loaded Apache cache. We suspect the cache because when we refresh (stop,start) the Apache server the problems goes aw

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
r 19, 2009 at 11:07 AM, Phil Pinkerton > wrote: >> Seems it may be  a libc issue after changing libc I know get tons of >> this output ( snipped ) >> >> ...apachectl -k start -SSL > > Did you mean -DSS

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Phil Pinkerton
On Sat, Mar 14, 2009 at 8:07 AM, Phil Pinkerton wrote: >> System: SunOS 5.10 sun4u sparc Sun-Fire-V210 >> Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix)) >> gcc = gcc 3.4 >> openssl 0.9.8i >> openldap 2.4.11 >> Python-2.6 >> Subversion 1.5.

[us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-14 Thread Phil Pinkerton
System: SunOS 5.10 sun4u sparc Sun-Fire-V210 Apache Source:httpd-2.2.11 - (httpd -v Apache/2.2.11 (Unix)) gcc = gcc 3.4 openssl 0.9.8i openldap 2.4.11 Python-2.6 Subversion 1.5.6 After a non-eventful configure & make, make install ( as far as I can tell ) Start httpd: httpd -k start -SSL or ap

[us...@httpd] make install fails on Solaris sun box

2009-02-10 Thread Phil Pinkerton
the configure and make work without a hitch but when I get to make install I get the error below. if someone can explain what is going on here and how I might correct it would be terrific. make: Fatal error: Command failed for target `install-recursive' Current working directory /svn/src/httpd-2.2

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Phil Pinkerton
On Wed, Apr 30, 2008 at 11:30 AM, Joshua Slive <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 9:40 AM, Phil Pinkerton <[EMAIL PROTECTED]> wrote: > > I am not sure where the problem is I tried both IE and Firefox with > > the same results. > > > >

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Phil Pinkerton
actually going out > on the wire. > > Phil Pinkerton wrote: > > I am not sure where the problem is I tried both IE and Firefox with > the same results. > > Perhaps it is in the cgi or perl script ? see REQUEST_URI below has > dropped the path from > the "#" f

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Phil Pinkerton
It is the first character in a directory/folder name i.e /defect /#123456/details_1.txt /#234561/details_1.txt ... On Wed, Apr 30, 2008 at 9:27 AM, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wed, 30 Apr 2008 09:01:38 -0400 > "Phil Pinkerton" <

Re: [EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Phil Pinkerton
a browser problem?. Since a # is a reference to a > part of the page, a browser should not send stuff after the # to the server. > But I have no idea how a # in a query string should be handled. Are you sure > that it is the server which is dropping stuff after the # and not the > brow

[EMAIL PROTECTED] Convert "#" to Ascii "%23"

2008-04-30 Thread Phil Pinkerton
Need to convert "#" to "%23" when a # is in the URL path. Example> http://server.net/cgi-bin/application/app_1.pl?en=PROJECT_Name&pkn=20080526+-+Defect+#123456 This example shows in the http URL address just fine but beacuse of the "#" is the first character in the defect sub-folder name the ac