vBulletin Search Engine Optimization
This is a discussion on Apache Segfault with newthread.php within the Troubleshooting forums, part of the vBSEO SEO Plugin category; When I submit a new thread in my forums I get the following in my apache logs: [notice] child pid ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Apache Segfault with newthread.php
When I submit a new thread in my forums I get the following in my apache logs: [notice] child pid 3278 exit signal Segmentation fault (11) The post gets recorded in MYSQL and shows up in the forum. However, after the user hits submit he gets " the page cannot be displayed" in his web browser. When I disable vbseo it works fine. Does anyone have any ideas to get this issue resolved? apache 2.0.54 php 5.0.4 |
|
#2
| |||
| |||
| Re: Apache Segfault with newthread.php I fixed it, but I consider this a band aid. Since all of the php files were generating the errors. I modified the .htaccess file to this: Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) RewriteBase / RewriteCond %{REQUEST_FILENAME} !admincp/ RewriteCond %{REQUEST_FILENAME} !modcp/ #RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] Can you tell me if this will cause problems if leave the .htaccess file like this? |
|
#3
| ||||
| ||||
| Re: Apache Segfault with newthread.php Quote:
PM Sent.
__________________ Juan Muriente / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#4
| |||
| |||
| Re: Apache Segfault with newthread.php
Can someone help me with this?
|
|
#5
| ||||
| ||||
| Re: Apache Segfault with newthread.php
Hello, instead of commenting out the rewriterule, try using this code to exclude newthread.php from pre-processing: Quote:
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#6
| |||
| |||
| Re: Apache Segfault with newthread.php
I tried that but that did not work. Here is my current .htaccess file. # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums) #RewriteBase / RewriteCond %{REQUEST_FILENAME} !admincp/ RewriteCond %{REQUEST_FILENAME} !modcp/ RewriteCond %{REQUEST_FILENAME} !newthread\.php RewriteCond %{REQUEST_FILENAME} !newattachment\.php RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L] |
|
#7
| ||||
| ||||
| Re: Apache Segfault with newthread.php
PM sent
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#8
| |||
| |||
| Re: Apache Segfault with newthread.php
This issue has been resolved, thanks vbseo support!
|
|
#9
| ||||
| ||||
| Re: Apache Segfault with newthread.php
Great
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Matt Cutts Wants Simplified Apache Configuration (Including Mod_Rewrite) | Joe Ward | SEO Buzz | 4 | 04-27-2006 04:35 PM |
| Apache erros log errors... | GlitterKill | Troubleshooting | 1 | 03-30-2006 04:16 PM |
| Version works only with apache server... | xb_ | Bug Reporting | 1 | 09-23-2005 08:46 PM |