Re: [EMAIL PROTECTED] Blank page with Apache and PHP running

2007-05-23 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Turning Directory Browsing Off

2006-05-16 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Turning Directory Browsing Off

2006-05-16 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Turning Directory Browsing Off

2006-05-16 Thread Mark McCulligh
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

[EMAIL PROTECTED] Turning Directory Browsing Off

2006-05-16 Thread Mark McCulligh
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

[EMAIL PROTECTED] Web Service problem

2006-05-09 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache will not start

2006-02-21 Thread Mark McCulligh
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

[EMAIL PROTECTED] Apache will not start

2006-02-21 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] SSL / HTML question

2006-02-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] SSL / HTML question

2006-02-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] SSL / HTML question

2006-02-06 Thread Mark McCulligh
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

[EMAIL PROTECTED] SSL / HTML question

2006-02-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] how to get asp on apache ?(asap)

2006-02-03 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] apache hacked to send spam!

2006-01-19 Thread Mark McCulligh
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.

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] SSL Logs and AWStats

2006-01-18 Thread Mark McCulligh
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

[EMAIL PROTECTED] SSL Logs and AWStats

2006-01-17 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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

Re: [EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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.

[EMAIL PROTECTED] Apache 2.2.0 and Basic AuthType

2006-01-06 Thread Mark McCulligh
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

Re: [users@httpd] Windows, Apache and an ASP Module

2005-06-21 Thread Mark McCulligh
/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