logfile info

Helicon Ape provides support for Apache .htacces and .htpasswd configuration files for Microsoft IIS.
User avatar
Posts: 6
Joined: 18 Jun 2013, 10:32

logfile info

18 Jun 2013, 12:57

I'm seeing the following in the debug log file, what does this mean? I can't find any documentation about the structure of the log file data.

[6/18/2013 11:34:23 AM] [mod_core_context] (8) [/images/header/bottle.png] ConfigFactory.LoadHtaccess: \\webfsa\websites\jacksummerswarm.com\.htaccess
[6/18/2013 11:34:23 AM] [mod_core_context] (8) [/images/header/background.jpg] ConfigFactory.LoadHtaccess: \\webfsa\websites\jacksummerswarm.com\.htaccess
[6/18/2013 11:34:23 AM] [mod_core_context] (8) [/images/body/icon-twitter.png] ConfigFactory.LoadHtaccess: \\webfsa\websites\jacksummerswarm.com\.htaccess
[6/18/2013 11:34:48 AM] [mod_core_context] (8) [/images/upload/entries/06-10/204443-ca7e2e33/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:48 AM] [mod_core_context] (8) [/images/upload/entries/06-15/065734-e041ce87/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:49 AM] [mod_core_context] (8) [/images/upload/entries/06-13/021444-397dbd05/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:49 AM] [mod_core_context] (8) [/images/upload/entries/06-17/004233-25d9a8a7/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:49 AM] [mod_core_context] (8) [/images/upload/entries/06-05/104801-a2d1b72e/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:49 AM] [mod_core_context] (8) [/images/upload/entries/06-09/084851-6f0bfc78/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:
[6/18/2013 11:34:49 AM] [mod_core_context] (8) [/images/upload/entries/06-10/171036-e62c4586/grid_302x222_000.jpg] ConfigFactory.LoadHtaccess:

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: logfile info

18 Jun 2013, 15:19

Hello,

We don't have any, since it was developed for troubleshooting issues on the spot by our specialist.
But we'd be happy to help you in your investigation. What kind of information are you looking for? What is the reason for looking in the log files?

Regards
Andrew

User avatar
Posts: 6
Joined: 18 Jun 2013, 10:32

Re: logfile info

18 Jun 2013, 15:37

I'm having some issues on a site where I'm getting lots of php-cgi processes running for the site, just trying to eliminate variables. This site in particular has been producing a lot of php-cgi processes even when traffic is slow. Just trying to eliminate potential sources of the problem. I wanted to verify those are not errors in the ape log.

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: logfile info

19 Jun 2013, 09:11

HeliconApe has no relation to PHP. So it shouldn't be Ape that causes this.

What IIS do you have? How is your FAST_CGI is setup? How is PHP setup?

Regards
Andrew

User avatar
Posts: 6
Joined: 18 Jun 2013, 10:32

Re: logfile info

20 Jun 2013, 15:23

We are running IIS 7.5/win2008R2x64 PHP 5.3.10 via fast_cgi, not sure what you mean about how are they setup? We are also running Wincache 1.3.4. I just setup a new VM and hit the website homepage, I now have 6 php_cgi processes running each with 5 threads. On another PHP site that's not using Ape on the test box, this behavior is not the same, one user = one php_cgi process started. I'm not why this is occurring, but when I disable Ape for that site, I don't get the multiple cgi processes when I test the site either.

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: logfile info

21 Jun 2013, 10:26

Doesn't make sense yet... strange... would you provide .htaccess and describe what you use Ape for?

User avatar
Posts: 6
Joined: 18 Jun 2013, 10:32

Re: logfile info

21 Jun 2013, 10:53

We use it for .htaccess processing

Code: Select all
RewriteEngine On
RewriteBase /

# The following rule tells Apache that if the requested filename
# exists, simply serve it.
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# The following rewrites all other queries to index.php. The
# condition ensures that if you are using Apache aliases to do
# mass virtual hosting, the base path will be prepended to
# allow proper resolution of the index.php file; it will work
# in non-aliased environments as well, providing a safe, one-size
# fits all solution.
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$
RewriteRule ^(.*) - [E=BASE:%1]
RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L]

User avatar
Posts: 110
Joined: 07 Mar 2012, 10:22

Re: logfile info

25 Jun 2013, 04:53

Hello,

sriehl wrote:On another PHP site that's not using Ape on the test box, this behavior is not the same,


What is the difference between production and testbox?
I see you use network share for website files ( \\webfsa\websites\..)

Return to Helicon Ape

Who is online

Users browsing this forum: No registered users and 5 guests