Hi!
I set up my Apache 2.2.4 and PHP-5.2.2 on MS Vista. Wrote a test file
with just one php statement. i.e. is written in
Should be , not longer supported by default, unless you enable it in the php.ini file.
It conflicts with xml syntax.
Also when testing your php code, make sure to e
Joshua Slive wrote:
On 5/16/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
What should it look like? I have a default Directory set to Deny all
(Install default)
Options FollowSynLinks
AllowOverride None
Order deny, allow
Deny from all
I then have my Virtual Host websites
Joshua Slive wrote:
On 5/16/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
> On 5/16/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
>
>> Hi Group,
>>
>> How do you turn Directory Browsing off. For when a user hits a
folder
>> wit
Joshua Slive wrote:
On 5/16/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Hi Group,
How do you turn Directory Browsing off. For when a user hits a folder
without an document index page it doesn't let them browse the websites's
files.
Find the "Options" dire
Hi Group,
How do you turn Directory Browsing off. For when a user hits a folder
without an document index page it doesn't let them browse the websites's
files.
Thanks,
Mark.
-
The official User-To-User support forum of the
Hi Group,
I am trying to get a web service(SOAP) running on apache 2.0.52. I get
the error message:
SoapFault exception: [HTTP] Error Fetching http headers
From what I can find on google it is most likely because Apache is
blocking the user agent "PHP-SOAP/php-version". Where do I look in t
Joshua Slive wrote:
On 2/21/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Hi Group,
I have a Ferdora Core 4 system with Apache 2.0.54 installed from rpm and
it is work fine. I then installed PostgreSQL 8.1.3, MySQL 4.1.18 and
PHP 4.4.2 from their tarballs. Everything compiled w
Hi Group,
I have a Ferdora Core 4 system with Apache 2.0.54 installed from rpm and
it is work fine. I then installed PostgreSQL 8.1.3, MySQL 4.1.18 and
PHP 4.4.2 from their tarballs. Everything compiled without any errors
that I saw. When I add LoadModule PHP4 line to httpd.conf apache wil
Joshua Slive wrote:
On 2/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
This type of attack can be pulled off even if the login form is secured.
The attacker just has create a login page that looks like mine and get
the user to use it. A lot of users won't realize they are o
Joshua Slive wrote:
On 2/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
The client should alway be logging
in on their website for I hope they reallize if they where not on their
website.
I'm not sure if you understood or not, but my point was that a
man-in-the-middle co
Joshua Slive wrote:
On 2/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
If you have a login html (http://www.ex.com/login.html) where the
action is to a https website (https://www.ex2.com/login_script.php).
Will the login information be submitted encrypted. Or does the user
first h
If you have a login html (http://www.ex.com/login.html) where the
action is to a https website (https://www.ex2.com/login_script.php).
Will the login information be submitted encrypted. Or does the user
first have to be on to the secure website before loggin in?
Just wondering when you go fr
orum 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]
Relax. Yahoo! Mail virus scanning
<http://us.r
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]
--
_______
Mark McCulligh, Web Consultant
VisualTech Components www.
Axel-Stéphane SMORGRAV wrote:
That's exactly what I was suggesting.
-ascs
-Original Message-
From: Mark McCulligh [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 18, 2006 4:08 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] SSL Logs and AWStats
Joshua Slive
Joshua Slive wrote:
On 1/18/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
I was wondering what is the different between TransferLog and
CustomLog. The only difference I can see is that with the TransferLog
you cannot give it a log format or give it any other parameters. If
this i
format is parsed correctly, I suggest that you replace the
TransferLog directive in the SSL VH by the same CustomLog directive used in the non-SSL
virtual host. If you are logging to the same file, you may just as well use the same
format...
-ascs
-----Original Message-
From: Mark McCu
Hi Group,
I have been looking at how to get AWStats to read SSL logs. And only
finding other people looking for the same thing, but no real answers.
Below is how I have my VirtualHost setup. Built using the examples in
the docs
<...>
ErrorLog /usr/local/httpd/logs/site1/error_log
Joshua Slive wrote:
On 1/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
I added the "Allow from all" to the directory and it works now.
AuthType Basic
AuthName "Login"
AuthUserFile /usr/local/httpd/pwd/users.pwd
Require valid-user
Allow from all
Just wonderin
Joshua Slive wrote:
On 1/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Here is everything:
Thanks. That was much clearer.
In the httpd.conf file I uncommented the httpd-vhosts.conf,
httpd-ssl.conf and httpd-default.conf options. No other changes.
Why did you unc
Joshua Slive wrote:
On 1/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On 1/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Hi Group,
I cannot get Basic AuthType to work with Apache 2.2.0. Has something
changed between versions, li
Joshua Slive wrote:
On 1/6/06, Mark McCulligh <[EMAIL PROTECTED]> wrote:
Hi Group,
I cannot get Basic AuthType to work with Apache 2.2.0. Has something
changed between versions, like I have to uncomment something.
I am not going any special just a simple Basic Auth
AuthType
y block.
-Dave
- Original Message ----- From: "Mark McCulligh"
<[EMAIL PROTECTED]>
To: "Apache User group"
Sent: Friday, January 06, 2006 9:11 AM
Subject: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType
Hi Group,
I cannot get Basic AuthType to work with Apache 2.2.0.
Hi Group,
I cannot get Basic AuthType to work with Apache 2.2.0. Has something
changed between versions, like I have to uncomment something.
I am not going any special just a simple Basic Auth
AuthType Basic
AuthName "Login"
AuthUserFile /usr/local/httpd/pwd/users.pwd
Require valid-user
/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]
--
___
Mark McCulligh, Web Consultant
VisualTech C
25 matches
Mail list logo