pache bug.
I confirmed the issue still exists in Apache/2.4.41. Below are my
steps to test and the results.
Thanks,
Todd
https://github.com/docker-library/php/tree/master/7.4/buster/apache
changed debian:buster-slim to debian:unstable-slim to get latest apache
docker build -t php-docker-a
OK, thanks.
Note that this same client works OK when it connects to Apache
2.4.6/OpenSSL/1.0.1e
running on Linux. The HTTP 400 uri mismatch only happens when it connects
to Apache 2.4.4/OpenSSL/1.0.1e on Windows. What would explain the
difference?
Todd
On Mon, Aug 7, 2017 at 11:01 PM, Yehuda
2]
mod_dumpio.c(58): [client yyy.yyy.yyy.yy:61411] mod_dumpio: dumpio_out
(metadata-FLUSH): 0 bytes
[Mon Aug 07 14:48:34.518391 2017] [dumpio:trace7] [pid 3880:tid 1132]
mod_dumpio.c(58): [client yyy.yyy.yyy.yy:61411] mod_dumpio: dumpio_out
(metadata-EOC): 0 bytes
___
n receiving a 405 in this scenario, has
anyone else had this situation before?
Todd
:HIGH:SEED:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!RSAPSK:!aDH:!aECDH:!EDH-DSS-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA:!SRP
SSLHonorCipherOrder on
SSLCompression off
SSLSessionTickets off
Has anyone else encountered some
Hi Marat,
Thanks, I honestly didn't know.
Is Apache the only open source WebDAV server for Windows or are there
others?
Todd
On Jul 22, 2017 1:11 AM, "Marat Khalili" wrote:
Hello,
WebDAV is just file access protocol, and Apache supports. Neither server
holds any data, it ju
Hello,
I'm currently have IIS set up to run webDAV. Is it possible to migrate to
webDAV on Apache instead without losing any data?
Todd
--
Todd Blum
http://www.toddblum.org
-
To unsubscribe, e-mail: users-uns
You may need to tune the socket timeout on the Linux kernel, and work with your
firewall admin as well to make sure those timeouts match with each other.
___
Todd Simons
Director of Information Technology
tsim...@delphi-tech.com
Delphi Technology, Inc.
T: +1
You may need to implement the Weblogic Plugin for Apache, its a transparent
Proxy. Earlier this year we had to transition from MOD_PROXY (from
weblogic 12.1.1 back to 10.3.3) to the weblogic plugin
On Fri, May 8, 2015 at 12:34 PM, Deepak Patel wrote:
> Hello there, We are upgrading weblogic se
ion Denied" when trying to login via apache.
Has anyone seen this before? All googling returns back references to
Oracle's MOD_WL / mod_weblogic.c which I'd rather not switch to. We
have 75+ Weblogic domains paired with apache virtual sites with mod_proxy
working just fine
Thanks!!
~Todd
Thanks All. I'm quite happy with mod_proxy, I just wanted to make sure I
wasn't missing the boat on mod_wl.
It seems as if mod_wl has some advanced features if you were using
clustering, etc on the back end.
~Todd
On Mon, Feb 9, 2015 at 9:01 AM, Jim Jagielski wrote:
> You cou
rking great for us.
Recently I've been asked why not mod_wl and mod_jk. I really have no
answer and I haven't been able to find much online with regards to
advantages of one vs another.
Has anyone seen, or have, any links that can help outline the difference?
Thanks,
~Todd
Is there socket level time-out configuration in the Apache HTTP server? If
yes, which module(s) should be included and how should they be configured?
Background: Using the Apache 2.2.24 HTTP server, we are running a PHP
process that performs long-running operations to send output results to
clie
I am out of the office until 01/09/2012.
I will be checking emails daily and will respond when I can
Note: This is an automated response to your message "users Digest 21 Dec
2011 12:07:33 - Issue 4247" sent on 12/21/2011 5:07:33.
This is the only notification you will receive while this p
I am out of the office until 06/13/2011.
I will be checking emails daily and will respond when I can
Note: This is an automated response to your message "users Digest 7 Jun
2011 03:07:18 - Issue 4132" sent on 6/6/11 21:07:18.
This is the only notification you will receive while this pers
Thanks Andrew, I did see this as an example on a web post. ...the argument
was made that it's a PIA when you don't match class C subnets and have to use
RegEx :-)
...I don't have class C inside, I boiled it down to Class C for the post
example.
Thanks!
-Original Message-
From: Andre
low
#Permit IT
Allow from 10.1.0.0/24
#Permit Team1
Allow from 10.1.1.0/24
Deny from all
Is there a way we can define access once for the IT Subnet (10.1.0.0/24) once
instead of per App?
~Todd
CONFIDENTIALITY NOTICE
This e-mail m
Found it. ...type-o in the proxy pass configuration.
-Original Message-
From: Todd Simons
Sent: Monday, November 08, 2010 2:30 PM
To: users@httpd.apache.org
Subject: RE: [us...@httpd] RE: Mod_Proxy with Basic Authentication on Target
Nick-
Thanks
Here is a sample from the logs:
10.x.x
r authentication from the back end and pass it to the end user? ...I
do NOT want to manage users on the Apache Server.
~Todd
-Original Message-
From: Nick Kew [mailto:n...@webthing.com]
Sent: Monday, November 08, 2010 12:47 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] RE: Mod_
Does anyone have any ideas?
From: Todd Simons
Sent: Friday, November 05, 2010 1:53 PM
To: users@httpd.apache.org
Subject: [us...@httpd] Mod_Proxy with Basic Authentication on Target
Hello All
We have an internal application that uses basic authentication (the browser
prompts the user for login
page via the Apache Reverse Proxy I get a 500 error,
instead of a login box
Thanks!
___
Todd Simons
CONFIDENTIALITY NOTICE
This e-mail message from Delphi Technology, Inc. is intended only for the
individual or entity to which
w.
ProxyRequests Off
ProxyPreserveHost Off
ProxyPass /app/ http://internalhost/app/
ProxyPassReverse /app/ http://internalhost/app/
https://*/app/*";>
Order deny,allow
Deny from All
#Allow from Us
Allow from 10.0.0.0/20
#Allow from Customer
I am out of the office until 01/04/2010.
Happy Holidays everyone
Note: This is an automated response to your message "users Digest 25 Dec
2009 14:48:52 - Issue 3743" sent on 12/25/09 7:48:52.
This is the only notification you will receive while this person is away.
Forgot to mention that I generated the proxy.pem file by following the
process listed at https://issues.apache.org/bugzilla/show_bug.cgi?id=31856,
including making sure that I'm using an rsa key (not pkcs8).
-T
On Thu, Dec 17, 2009 at 9:45 PM, Todd Volkert wrote:
> Ok, hopefully
Ok, hopefully I'm not missing something stupid again... I'm trying to
enable the SSL proxy engine for use in one of my virtual hosts, and though
it seems to accept my SSLProxyMachineCertificateFile upon startup, I get
gobledegook requests when trying to connect over HTTPS:
Here is my server confi
ng to port 80* using the proxy. Of course there were no user-agent
request headers when I used telnet! I saw the lack of request headers and
thought "the proxy is dropping them!"
,
-T
On Thu, Dec 17, 2009 at 6:01 PM, Nick Kew wrote:
> Todd Volkert wrote:
>
>> Actually,
httpd send http://www.foo.com/ to http://localhost:8080/foo/ and
http://www.bar.com/ to http://localhost:8080/bar/ so that each web-app looks
like its own top-level web-app in its own domain. Is this doable, 'cause I
can't seem to find anyone out there who's done it :)
-T
On Thu,
Hi all:
In httpd 2.2, is it possible to preserve all HTTP headers when using
mod_proxy to provide a reverse proxy?
Here's my desired setup: I'm running two domains on one server backed by one
Tomcat instance. I'm trying to run httpd as a reverse proxy to send
http://www.domain1.com/... to http:/
ata coming from the target
splunk python server on port 8080? I tried some rewrite rules according to
some examples to unescape urls coming in as a workaround, but I'm not
getting what I need as the escaped characters are getting passed to splunk.
Any help would be greatly appreciated.
Thanks,
Todd
Hi All,
Where is the proper place to put .htpasswd on CentOS 5.3 so I can
password protect
directories in /var/www/html?
/etc/httpd/run?
-Jason
-
The official User-To-User support forum of the Apache HTTP Server Project.
S
Hi Jim
Still nothing
-Jason
On May 21, 2009, at 8:42 PM, Jimmyboy wrote:
Hi Jason,
I think it should be find / -iname httpd.
Rgds,
Jim
=-=-=
On Fri, May 22, 2009 at 8:38 AM, Jason Todd Slack-Moehrle > wrote:
Hi Peter,
sudo find / -name httpd
returned nothing..
-Jason
On May
Hi Peter,
sudo find / -name httpd
returned nothing..
-Jason
On May 21, 2009, at 7:36 PM, Peter J Milanese wrote:
find / -name httpd
- Original Message -
From: Jason Todd Slack-Moehrle [mailingli...@mailnewsrss.com]
Sent: 05/21/2009 07:34 PM MST
To: users@httpd.apache.org
Hello All,
am I blind, I am trying to install ColdFusion on Ubuntu 9.04 and it
asks for where httpd is.
I looked in /usr/sbinnothing
I did a locate for httpd and I get /etc/apache2/httpd.conf
stuff in /usr/lib/apache2
stuff in /usr/share/doc
No httpd binary.
Apache works though
What s
Hi All,
I have a CentoS 5.3 XEn Instance at Mosso.
I need to run ColdFusion and I have in the past successfully made
everything work, but not on Linux Windows.
I just cannot get Apache and CF talking. I added mod_jrun22, When I
try to serve a CF file, I am asked to download binary data. I
Hi All,
I am doing basic webserving, HTML, PHP, ColdFusion, some credit card
processing, some CGI (for Blosxom), virtual hosting, mysql, etc
I see that Apache is loading a ton of modules, what can I safely get
rid of?
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_
Hi All,
My quest is going slowly but surely and I am learning a lot.
I use ColdFusion. I installed in on My CentOS 5.3 instance and all was
well.
I added: DirectoryIndex index.html index.html.var index.php index.cfm
index.cfml
to httpd.conf and restarted.
I put an index.cfm page in /var/www/ht
My outlook uses TOFU
Thanks,
~Todd
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Thursday, March 05, 2009 10:19 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse
Proxy - Email has different SMTP TO: and
TO: fields in the email addresses
* Todd Simons [2009-03-05 02:39]:
> I assume that I would build a to match the
> ProxyPass/ProxyPassReverse path statements?
[..]
> I tried this and it didn't work.
http://httpd.apache.org/docs/2.2/en/mod/core.html#directory
"Enclose a group
Nick-
I assume that I would build a to match the
ProxyPass/ProxyPassReverse path statements?
I tried this and it didn't work.
~Todd
__
Todd M. Simons
Lead IT Engineer
Delphi Technology, Inc
New Brunswick, NJ
From:
[mailto:peter.scho...@univie.ac.at]
Sent: Wednesday, March 04, 2009 5:59 PM
To: users@httpd.apache.org
Subject: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - control
URI access byclient IP Address - Email has different SMTP TO: and MIME
TO: fields in the email addresses
* Todd Simons [2009-03-04
p1/
#this should only be available to 10.3.2.0/24
ProxyPass /dev3/app2/ http://internalhost3/dev3/app2/
ProxyPassReverse /dev3/app2/ http://internalhost3/dev3/app2/
Is this possible?
~Todd
## Scanned by Delphi Technology, Inc. ##
HI All,
I have a new Mac Pro that will be hosting my ³web presence².
I am running Apache2 and I have everything working on one IP.
I want to run my online store on a separate IP and NIC and port 443.
So what do I do for apache to accomplish this?
I have apache listening on all IP¹s by: Listen
HI All,
I have a new Mac Pro that will be hosting my ³web presence².
I am running Apache2 and I have everything working on one IP.
I want to run my online store on a separate IP and NIC and port 443.
So what do I do for apache to accomplish this?
I have apache listening on all IP¹s by: Listen
aa.com/index.html.en [L,R]
Works perfect when converted to Linux, will not kick in on Windows.
Unfortunately, I cannot change this Windows install to Linux. What
could I possibly be missing on the Windows side?
Todd
-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTE
n is hitting and
works fine on Linux and not on a Windows install. I need a
LocationMatchLog or LocationLog file!! :)
Todd
--
Todd Randall
Sr. Programmer/Analyst - Oracle DBA
SUNY ITEC
1300 Elmwood Ave
TR 200
Buffalo, NY 14222
Work: 716-878-4832 (receptionist/to leave a message)
Work: 7
nstall with the same exact code works perfectly fine.
I will have to google pastebin as I have no idea what that is.
Thanks again, and willing to try anything,
Todd
-Original Message-
From: Eric Covener [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 8:55 AM
To: users@httpd.ap
apache/apache/htdocs//testfororacle/index.html
I don't understand that, but does it confirm what you were thinking?
What should I change it to for a test?
Todd
-Original Message-
From: Eric Covener [mailto:[EMAIL PROTECTED]
Sent: Monday, November 10, 2008 8:32 AM
To: users@httpd.apach
rewrite to http://yippidy.doodaa.com/index.html.en, but alas, it did not :-(
Put the exact same code in on a Linux box, it worked perfectly fine!
Todd
--
Todd Randall
Sr. Programmer/Analyst - Oracle DBA
SUNY ITEC
1300 Elmwood Ave
TR 200
Buffalo, NY 14222
Work: 716-878-4832 (receptionist/to
to do that with rewrite conditions, I'm all ears, but I could
really use the help with syntax, I'm just a lowly Oracle DBA :)
Todd
-Original Message-
From: Tom Evans [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2008 10:47 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL
tunately, I cannot change this Windows install to Linux. What
could I possibly be missing on the Windows side?
Many thanks in advance,
Todd
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.
We are using Apache 2.0.52, and for various reasons it would be difficult to
upgrade.
We use htgroups to restrict access to a set of directories, but we need to
differently restrict one inside of another.
So for instance, We have dir "top" and top allows in users a,b,c to anything
below.
top con
Why not just call out each module? Rather than the space separated list just do
something like:
--enable-info \
--enable-status \
etc.
Actually I normal build it as shared so it's:
--enable-info=shared \
--enable-status=shared
etc.
Todd
From: Ag
Everyone,
Thank you for all your help. There was some good stuff in there. But
ultimately I followed this web site:
http://allyourtech.com/content/articles/25_11_2005_setting_up_wildcard_subdomains_on_apache.php
This is giving me what I want, minus the environmental variable. Now that I
think
Hello,
I am looking to configure Apache in a way that I've never done
before. I've tried describing this to google to see what it spits
out, but I am unsure of the results. What I am looking to do is have
a set of files in the main web root of my server. I'd like any
subdomain to use t
it and compile but it would be missing
symbols at runtime. Finally I built expat 2.0.1 separately with
enable-shared no-static and that seems to work. The enable-shared by
itself didn't work as I'd be missing symbols at runtime as before.
Todd
-Original Message-
From: Ashwi
to
be shared but I'll have to look into that.
Todd
-Original Message-
From: O'DELL, TODD E (ATTOPS)
Sent: Thursday, February 14, 2008 9:31 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Runtime definitions missing for 2.2.8 on AIX 5.3
I'm able to build the 2.2.
On 2008Feb13 13:18 , "Nick Kew" <[EMAIL PROTECTED]> wrote:
> On Wed, 13 Feb 2008 13:08:53 -0500
> "Todd, David" <[EMAIL PROTECTED]> wrote:
>
>> My question is about the Location directive, and the ordering of
>> them, with respect to Require
On 2008Feb13 11:43 , "Joshua Slive" <[EMAIL PROTECTED]> wrote:
> On Feb 13, 2008 11:32 AM, Todd, David <[EMAIL PROTECTED]> wrote:
>> I asked a question twice here, and got no reply at all, which I take to mean
>> that no one has an answer, they are stumped.
&g
I asked a question twice here, and got no reply at all, which I take to mean
that no one has an answer, they are stumped.
Since the apache website insists this group is the last place to ask such
questions, don't ask on the dev lists, where should I go?
-
On 2008Feb05 9:58 , "Todd, David" <[EMAIL PROTECTED]> wrote:
> I am trying to use viewvc to let my users browse the code base in our svn
> repositories. We have a number of them.
>
> Some of them must have restricted access, but at the same time, want to be
> in a
I am trying to use viewvc to let my users browse the code base in our svn
repositories. We have a number of them.
Some of them must have restricted access, but at the same time, want to be
in a hierarchy with others that have a different access group.
The authentication takes place using kerberos
u.tid = *tid;
+500 switch(sizeof(u.tid)) {
+501 case sizeof(apr_int32_t):
+502 return conv_10(u.u32, TRUE, &is_negative, buf_end, len);
+503 case sizeof(apr_int64_t):
+504 return conv_10_quad(u.u64, TRUE, &is_negative, bu
That fixed it, thanks Joshua! Here is my final config.
RewriteEngine On
#Match all request URIs that are empty
RewriteCond %{REQUEST_URI} ^/$
RewriteRule (.*) http://%{HTTP_HOST}/insight/
On Jan 5, 2008 11:04 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Jan 5, 2008 9:13 PM,
a hand?
RewriteEngine On
#Match all request URIs that are empty
RewriteCond %{REQUEST_URI} ^$
RewriteRule (.*) http://%{HTTP_HOST}/insight/
Thanks,
Todd
lue of the attribute above is a username, not a full name
AuthLDAPGroupAttributeIsDN off
require ldap-group cn=development,ou=Groups,dc=mydomain,dc=com
On 3/20/07, Todd Nine <[EMAIL PROTECTED]> wrote:
Hi Gaël,
I'm a bit of an LDAP noob from the administrative side, I've on
st go with require valid user, it works. Can I get any help
on what's wrong with my group query string?
Thanks,
Todd
Working Starting point
DAV svn
SVNParentPath /srv/svnrepos
# Limit write permission to list of valid users.
# Require SSL connection for password protection.
# SSLReq
me and authenticate me, is that not correct?
Thanks in advance for the help.
Todd
subversion.conf file
DAV svn
SVNParentPath /srv/svnrepos
# Limit write permission to list of valid users.
# Require SSL connection for password protection.
# SSLRequireSSL
AuthType Basic
get some special purpose software? If I need a separate application for
encryption and decryption, can someone recommend something?
Thanks for your help and your time,
Todd
week and it has been the same host in all cases. Even after
bouncing Apache completely it came back to the same host. None of the
other 9 are affected by this problem.
pmap shows that 0xFF0AF18C is somewhere in libpthreads.so.1.
addr=0x0054 is in the httpd binary.
Todd Urie
Unix Admin
Blackrock
Require group X
--Mark
Mark Lavi, Enterprise Web Management Team @ SGI
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707
-
From: Todd Hivnor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 11:15 AM
To: users@httpd.apa
it pass md5 checks?
On 11/28/06, Todd Hivnor <[EMAIL PROTECTED]> wrote:
>
> > I've got one user who always seems to have problems
> > downloading files from my Apache server. She reports that the
> > download process hangs, often with 1% of the file remaini
change the permissions on the directory to be read only.
--Mark
Mark Lavi, Enterprise Web Management Team @ SGI
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707
-
From: Todd Hivnor [mailto:[EMAIL PROTECTED]
Sent: Monday, November 27, 2006 3
or when she uses an office network. So the error sure sounds
"network related," the logs show it happening on a lot of different networks.
- Todd
-
Access over 1 million songs - Yahoo! Music Unlimited.
to be able to any means to control the direction of the copy
method.
Is there are way to configure this? It seems like a fairly basic
requirement: a read-only WebDAV folder which allows users to copy files into
their personal directories, with a direct HTTP COPY call.
-
ike to use domain name for ease of configuration, however I know
it is less efficient than using IP. Is it less efficient for the first
proxy request (IE does apache cache the IP after the first lookup?), or does
it look up the server every time?
Thanks
Todd
On 11/25/06, paul <[EMAIL PROT
[500, #0]
I'm running Apache 2.0.51 on Fedora Core 2.
Does anyone know how to address this bug ?
- Todd
-
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get
things done faster.
Exactly, with you'll want to take into account the file size as well. There
is a limit on the upload file size you will need to set on the server, for
my uses, I usually use around 10 Mb.
Todd
On 11/25/06, Stephen <[EMAIL PROTECTED]> wrote:
David wrote:
> hi guys,
>
> I a
ar to my why the
proxy virtual hosts are not independent of each other. Is there another
configuration directive I need?
Todd
On 11/25/06, paul <[EMAIL PROTECTED]> wrote:
Todd Nine schrieb:
[snip]
> Now, I am having a problem, and have a question. First if all of the
> servers I am
ance" page with the host name in it? Where would I
find this documentation? I've been digging though Apache's site and
Google's returned examples, but I can't seem to find anything that gives me
a concrete example.
Thanks,
Todd
See http://www.bugzilla.org/docs/2.22/html/configuration.html#httpTodd Hivnor <[EMAIL PROTECTED]> wrote: You need to enable CGI. I have codes like: AddHandler cgi-script .cgi Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to acc
You need to enable CGI. I have codes like: AddHandler cgi-script .cgi Options +Indexes +ExecCGIAtul Mishra <[EMAIL PROTECTED]> wrote: Hi I have installed apache http server. i am trying to access bugzillaindex.cgi page. but i am getting the html source code for that page .can some body help me?--
on the COPY method seem to apply in both
directions. The code I thought would work is this:
Require valid-user
Require user max
I can't figure out how to allow copying
_from_ without also allowing copying _to_.
host, then there
are mostly only commercial solutions, but I have found one free one that is
somewhat limited that may meed the need. I've used for development purposes
on occasion (http://www.iscsicake.com/).
Todd
-Original Message-
From: Williams, Dewey [mailto:[EMAIL PROTECTED]
Sent:
host headers assigned to the virtual
servers in both IIS and Apache.
Todd Hicks
-Original Message-
From: Sage [mailto:[EMAIL PROTECTED]
Sent: Saturday, 09 September, 2006 4:23 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Fwd: Can install Apache
Thanks Steve, that worked.
I'm attempting to use mod_reverse_proxy on my http server and I receive the following URLInvalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a module not included in the server configuration
I have followed the documentation on the web site, and I built the module from source I dow
Hi all,
I have a rather complex question (at least it is to me) so I'm going
to start with a basic setup. I want to set up a mod_proxy_balancer
that connects multiple Apache nodes. I have some sites in php, some
in python, and some connected to tomcat via mod_jk. That much I have
configured in
Bill,
Is it possible to get the last development build?
Regards,
Todd Hicks
-Original Message-
From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 25 July, 2006 7:00 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Retirement of mod_aspdotnet
Graeme Walker
Chris
I'm coming in late to this, but have you tried appending the port number to
the url?
If you haven't already found it, take a look at here:
http://www.thrrrust.com/~pclark/blog/2005/03/fun-with-windows-xp-and-webdav.
html
It helped me with this problem.
Regards,
Todd
-Origin
Hi all, I'm trying to redirect a url using .htaccess with mod_rewrite. Is it possible to redirect an http connection with the url */administrator/* to an ssl connection? I know I can rewrite the URI, but I'm not sure I can change the protocol from http:// to https://
Thanks,Todd
the net, I've tried setting a directive that sets allow from all, but this doesn't seem to work. I've looked at both
http://httpd.apache.org/docs/1.3/mod/mod_access.html and http://httpd.apache.org/docs/1.3/sections.htmlany help would be greatly appreciated.Thanks,
Todd
How do I add a directory in a virtual host to allow access
and deny?
Todd Loomis
Tray Business Systems, Inc.
Toll Free Phone: 866.872.9249 (TRAYBIZ) x1719
Direct Line: 410.689.0719
Fax: 410.689.0757
e-Tray:
http://www.traybusiness.com/tloomis
name.
But the above doesn't matter if you are specifying a file in the url.
-Dave
- Original Message -
From: "Todd Loomis" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 16, 2006 9:54 AM
Subject: [EMAIL PROTECTED] Webalizer Issues
I keep getting Forbidden error whe
I keep getting Forbidden error when I try to access. In the
httpd.conf I have added:
Order allow,deny
Allow from all
But still no luck, can anyone help?
Thanks,
Todd
I uninstalled Apache 1.3.33 (Win32) in Add/Remove Programs, however an
entry is still listed in Services. Since Apache is uninstalled, I am
unable to run the following to remove the service:
Apache.exe -u
Thus, how am I able to uninstall this from the Services list?
Thanks,
--Todd
Todd
[Notes]
However, there is no entry in the Apache Error log.
What seems odd is the Apache.exe version reports as 0.0.0.0, but I don't
understand why php_oci8.dll keeps faulting with either Apache 1.3.3 and
Apache 1.3.4.
Any suggestions or helpful direction is greatly appreciated.
Thanks,
-
pache server to properly display php files in
browsers?
>
> Thanks
> Todd
>
>
>
> From: myhapwcforever [mailto:[EMAIL PROTECTED]
> Sent: Thu 12/8/2005 9:06 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] PHP Prolem
>
Anyone? please This can't be stumping everyone.
From: Todd Hofert [mailto:[EMAIL PROTECTED]
Sent: Fri 12/9/2005 8:46 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] PHP Prolem
I apologize for my ignorance but I still cannot make this
I apologize for my ignorance but I still cannot make this work. Can someone
please offer specific direction on how to edit the .conf file to allow my
appache server to properly display php files in browsers?
Thanks
Todd
From: myhapwcforever [mailto:[EMAIL
Where do I add this? I added it in the section that
previously read:
DirectoryIndex index.html
Doing so now just opens the php file as text in the browser
window.
Thanks in advance.
Todd
From: ludi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 07, 2005 9:37 PMTo:
users
auto-detect PHP
filename extensions.
So since I am the host, how do I configure Apache to auto-detect PHP filename
extensions?
Thanks
Todd
This e-mail and any attachments may contain confidential and privileged
information. If you are not the intended recipient, please notify the
sender
1 - 100 of 106 matches
Mail list logo