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
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.
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
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
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
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
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
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.
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
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
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.
> >
> >
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
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" <
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
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
15 matches
Mail list logo