Apache :: ISAPI DLL Crashing
Jan 29, 2013
i have custom dll built with Delphi that used to work on IIS 5/6/7. After i migrated to apache, DLL started to crash after an hour or two and i have to restart the server. The error was something about bad header. Since the developer says DLL is handling reponses OK and i can't get anything with debug logging on apache side can i run DLL as CFG/FastCGI (not that versed with apache so maybe this question does not make sense)?
View 4 Replies
ADVERTISEMENT
Feb 25, 2008
I've been having problems for the past two weeks. Apache and MySQL kept crashing. I tweaked MySQL, and MySQL stopped crashing. But Apache still crashes, sometimes twice a day, sometimes once every few days. It's driving me crazy. It started around the same time I acquired a new customer, so it's possible the customer has some sort of script or something that is causing problems, but I'm not quite sure how to determine whether the problem is the server itself, or if it's the customer.
So here am I, asking you experts for whatever assistance you feel willing to render. Even if you only merely read it, I thank you for at the very least taking the time to read it. Thanks in advance for any and all assistance given. That being said, here's the information the "How To: Request help from the experts" sticky recommended giving. I also took the liberty of including httpd.conf and my.cnf. I apologize if that resulted in being too much information, and humbly ask a moderator to "white out", or so to speak, (or at least point out) the information that shouldn't be shown.
Linux OS: CentOS release 4.6 (Final)
Kernel Version: 2.6.9-023stab044.4-enterprise
Control Panel: Plesk 8.2.1
Hardware information: 20 GB storage, 256MB RAM, 1 TB bandwidth
Results of "php -v":
PHP 5.2.5 (cli) (built: Jan 19 2008 10:08:24)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd., and
with Xdebug v2.0.2-dev, Copyright (c) 2002-2007, by Derick Rethans
Results of "SELECT VERSION;" in MySQL:
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 1134
Server version: 5.0.54 Source distribution
Type 'help;' or 'h' for help. Type 'c' to clear the buffer.
mysql> SELECT VERSION();
+-----------+
| VERSION() |
+-----------+
| 5.0.54 |
+-----------+
1 row in set (0.00 sec)
Results of "ps auxf"
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 1628 608 ? Ss 12:41 0:00 init [3] ....
View 11 Replies
View Related
Jul 12, 2013
httpd 2.4.4 x64 with php 5.5 x64 and mysql 5.6 x64, it worked just fine the first few days, but after a week or so, I'm starting to get this error:
[mpm_winnt:notice] [pid 1928:tid 552] AH00428: Parent: child process 8092 exited with status 255 -- Restarting.
What can cause that and how can I fix it?
View 2 Replies
View Related
May 17, 2008
I've got a complicated problem and I can't figure out what I need to edit to fix this.
I've been messing with the httpd.conf and php.ini files trying to optimize them as best I can. I've managed to get the load to stay pretty low all day, and everything seemed to be working fine. But then apache crashes.
(See screenshot for details)
httpd starts out with 70-150 VIRT memory, and it constantly goes up all day, and I've yet to see it go down. And, eventually it just crashes Apache! In the screenshot it's 502m, but I've seen that get as high as 800! And sometimes I even see a number like this "80376" no "m" or anything, just "80376"; I've no idea what that's about.
So what do I need to edit or tweak to fix this?
I'm on a cPanel linux server, Apache 2.2.8 and PHP 5.2.6.
View 5 Replies
View Related
May 17, 2008
It's been happening on both my old and new server, was really hoping this would be fixed.
Basically, the httpd/apache service crashes or goes down making domain names and sites unable to load; although cPanel/WHM still accessible. This would go on for about 5 minutes OR until I restart httpd in root.
sites simply do not load or just timeout after a period of time.
This has become extremely annoying for both me and my clients because it makes it seem like we have downtime.
View 11 Replies
View Related
Jan 14, 2015
Apache keeps increasing processes and when it reaches 256 value, it crashes. These are the values from our conf file. This doenst happen everyday, it occurs once or twice a week and at random timing.
Timeout 120
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
</IfModule>
I enabled server-status and found request for index.html, is holding the processes. Only thing i see in access logs is ""OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)""
View 1 Replies
View Related
Apr 30, 2012
I am trying to encrypt my session using the following directive
Session On
SessionCookieName session path=/
SessionCryptoPassPhrase sec
We are using form based authentication.
use of SessionCryptoPassPhrase crashes the server. If I dont use that directive it does not encrypt and works fine.
I see this error in application event log
Faulting application httpd.exe, version 2.4.2.0, faulting module libaprutil-1.dll, version 1.4.1.0, fault address 0x00002f14.
View 19 Replies
View Related
Mar 19, 2007
Right now I am using the built-in cpanel backup feature to backup all the accounts on my server to an offsite FTP backup account I have on a weekly basis. The problem I am having is that everytime the backup runs, the load (thats what I'm guessing is the cause) is crashing apache/bind, causing sites to be unreachable until I can restart the services. What options do I have to resolve this issue? Currently I already have spri installed, and it does help out a bit, but its still not enough.
View 4 Replies
View Related
Sep 19, 2007
relatively typical windows shared hosting plan that has the isapi rewrite installed.
Is godaddy's windows hosting any good?
View 3 Replies
View Related
Oct 2, 2007
I update the corporate website for my company. Our server is IIS and when I need a 301, I have to send a request to IT to do it, as our pages are static .html and .shtml (SSI) and using javascript redirects is not ideal for SEO.
A redesign we're going to be deploying, will include the shuffling of several pages/directories and redirecting of quite a few URL's. This fact alone seems to provide a good argument convincing IT that this is a good idea. From what I've read here and elsewhere, heliontech's solution seems to be the way to go.
Since this is 3rd party, I'm looking to have further leverage to explain my case on behalf of using this. Are there benchmarks and data that support the reliability of this method versus the straight MS stuff?
Also, I'm not real tech savvy on the server end, but I was told that our corporate site and application sites may reside on the same box and that applying the ISAPI rewrite would affect those as well. This would obviously make it a "no sell" with my IT colleagues.
Would sites residing on the same server be globally affected by the ISAPI? If so, is there a way to circumvent this and just set the ISAPI for the one site?
View 3 Replies
View Related
Apr 10, 2007
So I have been reduced, I am a firm *nix Apache user, to using IIS along with ISAPI for redirection at work. Now I can setup the redirection(s) just fine using the GUI, but I am a *nix man and doing this through the GUI is SLOW! That is when it has to be done on 3 servers at a time plus I can only access those servers through a Citrix environment.
And I need to be adding redirects many times a week. Is there any way to setup ISAPI redirects from a command line? Google has offered me nothing.
View 2 Replies
View Related
Oct 3, 2008
have to say the EE forums have been a help to some extent.
I'm trying to rid my Expression Engine site of the index.php? part in my URLs using ISAPI REWRITE on IIS.
I've got [ISAPI_Rewrite]
RewriteRule (/(?:site|member|search|Pd{1,8}).*) /index.php?$1 [I,L]
which removes the index.php but not the? part.
View 2 Replies
View Related
May 14, 2009
we're using IIS 5.0 which doesn't have any flexible support for rewriting URLs which include parameters (AFAIK, anyway). We're currently testing an ISAPI Rewrite Plugin, which emulates the syntax and behaviour of mod_rewrite, which is why I felt this forum category to be the most appropriate for this post.
Our URLs at the moment look like:-
[url]where 'hg' is an instance of a key. In this particular example, we wish to rewrite our URL to read [url]homegarden' where 'homegarden' is a value of that respective key.
Since the value 'homegarden' isn't present in our current URL, we need some way to associate this value with it's relevant key, by mapping one to another. The ideal solution in this case would be to use RewriteMap, however the ISAPI plugin doesn't support this directive.
One other solution, that I've seen here is to use the 'homegarden' value as the key instead. However, due to the lack of flexibility of our system, this isn't possible.
Another method of achieving this is to hard-code a RewriteRule for every instance of a key, but this solution has obvious performance drawbacks (we have around 400 categories)
So, at the moment I'm out of ideas, which is why I thought I'd try and rack your brains for suggestions. An ideal scenario would be to use something like RewriteCond (which is supported by the plugin) to attach a file which would contain the key/value map.
The current supported directives are :-
RewriteRule
RedirectRule
RewriteHeader
RewriteCond
RewriteLog
RewriteLogLevel
RewriteFilterPriority
IterationLimit
MaxMatchCount
StrictParsing
Even if it's not possible using one of the above, maybe someone can point me to solution involving a method other than using this particular plugin?
View 6 Replies
View Related
Mar 19, 2008
Since about 2002 I have constantly had my own co-located and then dedicated box. Before that, the only paid host I ever used was verio.net. Now that I sold off most of my sites, it is time to move to a smaller, shared hosting plan.
My question is can anyone suggest a good hosting plan? I do not need a lot of space or bandwidth, but I do require a few things:
- ASP.net 3.5 is a huge plus, but 2.0 is do-able
- At least one msSQL database
- Daily backups is also a huge plus. I don't need this second, but eventually I will want it.
- Good technical support is a must. I have dealt with to many companies even with my dedicated hosting that offered horrible tech support. A three day wait on a question is not acceptable. Phone support is a plus, but a 24 hour reply on an email is enough.
- ISAPI-Rewrite, or an equivalent is a must. I rewrite my URL's for SE rankings, as I believe everyone should, so the ability to host a rewrite script is a must. Though I use ISAPI-Rewrite, if their is an equivalent that is do-able.
- Need to be able to run at least (2) domains. My main company domain and then a second domain which is basically a landing page. In future I need a 3rd domain added, so ability to upgrade or add on a domain cheaply is a must too.
If you own a hosting company that matches this, or can suggest any please do so. If you suggest and they offer a referral program feel free to let me know your referral code as you obviously deserve the credit for suggesting the company.
View 9 Replies
View Related
Nov 10, 2008
I'm using IIS 6.0 and an isapi dll created in Delphi, and I'm getting an error which I cannot understand.
At some point when I make a request for this file I get an error in Firefox ("The connection to the server was reset while the page was loading"). At the same time http error log is full of "Connection_Abandoned_By_AppPool" messages. After this happens, there is almost nothing I can do - I tried recycling the application pool, then I tried restarting the IIS server, and finally I reset the computer - NONE of this helped.
The only thing that resolves the issue is to recompile the dll and replace it (the source is absolutely the same). After that everything works fine.
I have a separate App pool for this dll (not executing in DefaultAppPool). At first, I thought that the problem lies in "Rapid fail protection" so I have disabled it, but the problem hapenned again.
The biggest issue is that this problem hapenned exactly 4 times in two months. It's very rare, and very hard to debug.
Finally, I have discovered on thing that could lead to the solution (with somebody's help :-)). I have enabled recycling for this pool every 2 hours. Looking at the event log in windows, I have found out that the problem always occured after the pool was recycled. So, each time this problem hapenned I have this logged in Event log as an information message:
"A worker process with process id of '2312' serving application pool 'PromjenePool' has requested a recycle because the worker process reached its allowed processing time limit. ".
After that, in my log there is a series (hundreds, thousands) of error messages, two or three in a second, first of them coming just a few seconds after information about recycling. The warning messages are like this:
"A process serving application pool 'PromjenePool' terminated unexpectedly. The process id was '2604'. The process exit code was '0x1'. "
The first thing that my dll does is that it logs that it has been initalized to a log file. After this happens, there is no trace of initialization in my log file. So, probably dll is never loaded, or it crashes when it tries to open the file.
So, to resume, I have recycle periods of 120 mins, and about 300-400 recycles happen without any problem. After one recycle, I just keep getting error "The connection to the server was reset while the page was loading", httperr log contains loads of ""Connection_Abandoned_By_AppPool" messages, and event log is logging that process serving my pool is terminating unexpectedly. The most bizzare thing is that recycling the dll, restarting iis or computer won't help, the only thing that surely helps is to recompile the dll (same source).
Just to add - if it can help - all dll is basically doing is connecting via TCP sockets to a data feed, constantly reads data and publishes it through dll. There is no connection to database, just sockets and appending messages to local file.
View 0 Replies
View Related
May 1, 2007
I am talking like a few thousand sites per server (actually a pair that act as a unified server, routing for load balancing). In a muli-thousand site IIS server, will having ISAPI Rewrites enables for ALL of the IIS virtual sites cause performance to degrade?
View 1 Replies
View Related
Nov 2, 2009
Today on a server of mine mysql keeps crashing and I need to manually restart it over and over, the load as well keeps spiking quite high until I stop mysql for a few minutes. There isn't a extra load of traffic or anything as I have the same amount of users on several other servers doing more then this one.
How do I tell exactly whats happening from then how would I go about fixing it?
Basically it mysql crashes and needs to just be manually restarted via ssh.
View 13 Replies
View Related
Jun 25, 2009
My web site keeps crashing for some reason like every 10 minutes. The site will be up for 10 minutes and then down for 10 minutes. Up for anotehr 10 minutes and then down for another 10 minutes.
The odd thing is that the server does not crash, the site itself does. I can access WHM during these periods of downtime and WHM says everything is perfect. All green check marks, low server load, low memory usage. Everything looks perfect.
On top of being able to access WHM during these periods of downtime, I can even access that green page from the IP, 123.456.789 (exampe ip) that says "Great success, Apache is working on your WHM/Cpanel server"
(this one: img34.imageshack.us/img34/749/greatsuccessw.jpg)
But as soon as I put in my account name after the IP (like 123.456.789/~account), the site crashes. And by crash I mean it goes super slow and then times out.
I don't understand what the problem is and the managed solutions support that I have is usually really good at this, but is also having trouble with this problem.
I'm not sure if this is relevant, but incase it helps I have vBulletin forums and a mySQL database backend. Also, the dedicated server is a linux server with Centos 5.3.
View 14 Replies
View Related
Nov 12, 2008
I keep getting a segmentation fault after a few hours when I leave lighttpd on. It doesn't seem like much resources are being used and its serving about 60mbit/s. There's nothing in the error or log file.
I'm using CentOS 2.6.18-92.1.13.el5
and
lighttpd-1.5.0-r1992
Here's the config:
server.modules = (
"mod_access",
"mod_trigger_b4_dl",
"mod_status",
"mod_proxy_core",
"mod_proxy_backend_fastcgi",
"mod_uploadprogress"
)
upload-progress.progress-url = "/progress"
server.network-backend = "gthread-aio"
server.max-fds = 15000
server.max-connections = 10000
server.event-handler = "linux-sysepoll"
I've actually been having this issue since I've moved to lighttpd 1.5, 1.4 was working fine but I need the features in 1.5. I've tried changing the event handler and network backend to no avail.
How can I at least find out what's causing the error?
View 1 Replies
View Related
Oct 19, 2008
I've experienced two episodes of cPanel/WHM not loading or working twice within the past 2 weeks.
Suddenly cPanel/WHM fails to load, but web service, provided by Litespeed (only installed today) continues to serve and mysql is unaffected, just cPanel/WHM.
View 8 Replies
View Related
Jul 19, 2008
System specs:
Intel Celeron Proccesor
256 RAM (yeah I know...)
Debian Etch
Joomla! 1.5
Okay... so, here goes.
Recently, I have switched from Siteground hosting services and everything was fine. Now I have changed over to a dedicated server that resides at my house. I'm routing DNS through FreeDNS (freedns.afraid.org).
For a week or two, the server was fine. Recently, we started working on the website on the new server (posting new articles, changing the theme, adding some plugins, etc.) and it's steadily gotten worse and worse about, when we save changes to something, or post an article, the website will go offline. Eventually, the website will come back.
My question is: What is causing this? The actual server isn't shutting off, so It has to be something between my modem and the user. Is my modem just shutting off because it's overloaded? (that seems sort of improbable) Or, is it a DNS issue? (I have a Dynamic DNS system set up that is working fine)
View 7 Replies
View Related
Feb 27, 2008
My server keeps crashing and this is the last log. Can you help me to find out whats the problem here.
Feb 27 11:41:55 Xxxxxxxx kernel: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Feb 27 11:41:55 Xxxxxxxx kernel: ata1.00: (BMDMA stat 0x25)
Feb 27 11:41:55 Xxxxxxxx kernel: ata1.00: cmd 25/00:00:bf:eb:0f/00:04:04:00:00/e0 tag 0 cdb 0x0 data 524288 in
Feb 27 11:41:55 Xxxxxxxx kernel: res 51/40:f6:c9:ec:0f/40:02:04:00:00/e0 Emask 0x9 (media error)
Feb 27 11:41:55 Xxxxxxxx kernel: ata1.00: configured for UDMA/133
Feb 27 11:41:55 Xxxxxxxx kernel: ata1: EH complete
Feb 27 11:41:56 Xxxxxxxx kernel: SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB)
Feb 27 11:41:56 Xxxxxxxx kernel: sda: Write Protect is off
Feb 27 11:41:57 Xxxxxxxx kernel: SCSI device sda: drive cache: write back
Feb 27 12:11:26 Xxxxxxxx kernel: ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
Feb 27 12:11:26 Xxxxxxxx kernel: ata1.00: (BMDMA stat 0x24)
Feb 27 12:11:28 Xxxxxxxx kernel: ata1.00: cmd 25/00:08:47:83:a6/00:00:1f:00:00/e0 tag 0 cdb 0x0 data 4096 in
Feb 27 12:11:28 Xxxxxxxx kernel: res 51/40:00:4e:83:a6/40:00:1f:00:00/e0 Emask 0x9 (media error)
Feb 27 12:11:28 Xxxxxxxx kernel: ata1.00: configured for UDMA/133
Feb 27 12:11:28 Xxxxxxxx kernel: ata1: EH complete
Feb 27 12:11:28 Xxxxxxxx kernel: SCSI device sda: 976773168 512-byte hdwr sectors (500108 MB)
Feb 27 12:11:28 Xxxxxxxx kernel: sda: Write Protect is off
Feb 27 12:11:28 Xxxxxxxx kernel: SCSI device sda: drive cache: write back
Feb 27 12:11:51 Xxxxxxxx kernel: ** RABHIT ** IN=eth0 OUT= MAC=00:30:48:90:ea:50:00:17:cb:4b:9a:00:08:00 SRC=83.143.15.168 DST=xx.xx.xx.xx LEN=40 TOS=0x00 PREC=0x00 TTL=45 ID=3304 PROTO=TCP SPT=113 DPT=57956 WINDOW=0 RES=0x00 ACK RST FIN URGP=0
Feb 27 12:14:07 Xxxxxxxx smartd[6368]: Device: /dev/sda, 95 Currently unreadable (pending) sectors
Feb 27 12:14:07 Xxxxxxxx smartd[6368]: Device: /dev/sda, 21 Offline uncorrectable sectors
Feb 27 12:31:44 Xxxxxxxx named[2355]: lame server resolving '245.236.229.195.in-addr.arpa' (in '236.229.195.in-addr.arpa'?): 194.170.1.6#53
Feb 27 12:31:44 Xxxxxxxx pure-ftpd: (?@204.13.168.174) [INFO] Logout.
Feb 27 12:31:58 Xxxxxxxx named[2355]: lame server resolving '217.236.229.195.in-addr.arpa' (in '236.229.195.in-addr.arpa'?): 194.170.1.99#53
Feb 27 12:33:15 Xxxxxxxx kernel: ** RABHIT ** IN=eth0 OUT= MAC=00:30:48:90:ea:50:00:17:cb:4b:9a:00:08:00 SRC=78.172.82.50 DST=xx.xx.xx.xx LEN=40 TOS=0x00 PREC=0x00 TTL=46 ID=39216 PROTO=TCP SPT=113 DPT=43432 WINDOW=0 RES=0x00 ACK RST FIN URGP=0
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41549
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Received SNMP packet(s) from UDP: [204.13.168.174]:41549
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41549
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41549
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41551
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Received SNMP packet(s) from UDP: [204.13.168.174]:41551
Feb 27 12:34:38 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41551
Feb 27 12:34:40 Xxxxxxxx last message repeated 10 times
Feb 27 12:35:16 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41880
Feb 27 12:35:16 Xxxxxxxx snmpd[27298]: Received SNMP packet(s) from UDP: [204.13.168.174]:41880
Feb 27 12:35:16 Xxxxxxxx snmpd[27298]: Connection from UDP: [204.13.168.174]:41880
View 3 Replies
View Related
Feb 19, 2007
I cannot figure out why my server is always dead when i wake up most mornings.
I am trying to figure out why my server is crashing nearly every night between 12am and 9am eastern time. When it crashes it is down all night until i wake up and have to reboot the damn server. I am wondering if cron jobs are taking up alot of the cpu or something because the server load isn't that much. here is my specs:
Server:
Softlayer
2 CPUS - dual core xenon 3.0mhz
500gb hd
2 gb DDR memory
Softare:
WHM/Control Panel with Ipanel back admin
Sites:
I am currently hosting 4,500 sites on the server.
The server load usually stays below 1 and is blazing fast. I just cannot figure out why it crashes when i sleep. I dont know if there is a virus or what. PHP mail is disabled so there would be no spamming crashing it. Here is my cron jobs:
17 2 * * * /scripts/upcp
0 1 * * * /scripts/cpbackup
*/15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
31 5 * * * /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify
56 18 * * * cd /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/scripts/ ; /usr/local/cpanel/3rdparty/bin/php cron.php > /d$
0 8 * * * /root/homedb_update.sh > /dev/null 2>&1
0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
I dont know much about cron jobs as I am new to this server hosting thing and just bought an established company. Maybe one of the cron jobs is causing it to crash in the middle of the night?
View 13 Replies
View Related
Feb 22, 2007
After upgrading to php 4.4.5 from 4.4.4 I am getting this error in modern bill
[23126] EACCELERATOR: PHP crashed on opline 245 of session_register() at /home/user/public_html/modernbill/include/functions.inc.php:99
Anyone face this issue before? I've always used both EA and MB.
[eAccelerator]
zend_extension="/usr/lib/php/eaccelerator/eaccelerator.so"
eaccelerator.shm_size="4096"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.enable="1"
eaccelerator.optimizer="3"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="1"
eaccelerator.keys="shm_and_disk"
eaccelerator.sessions="shm_and_disk"
eaccelerator.content="shm_and_disk"
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.2
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.2
zend_optimizer.version=3.2.2
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
.htaccess file:
<Files .htaccess>
order allow,deny
deny from all
</Files>
DirectoryIndex index.php
Options -Indexes
php_value "magic_quotes_gpc" "1"
php_value "register_globals" "1"
php_value "error_reporting" "2039"
View 6 Replies
View Related
Nov 18, 2007
new server, cent os 5
the damn kernal keeps dying every other day.
I've disabled everything from xcache to monitoring software, etc, and it's still doing it.
here's the output from my ssh session i had open when it died.
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8c61b15>] cifs_writepages+0x2c9/0x56c [cifs]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0453c09>] get_page_from_freelist+0x96/0x310
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0453eda>] __alloc_pages+0x57/0x27e
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f88959ea>] ext3_readpages+0x0/0x15 [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f88959ea>] ext3_readpages+0x0/0x15 [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c045532d>] __do_page_cache_readahead+0x126/0x1c6
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8896546>] ext3_get_block+0x0/0xbd [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04547ab>] do_writepages+0x20/0x32
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0450536>] __filemap_fdatawrite_range+0x65/0x70
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c045072f>] filemap_fdatawrite+0x12/0x16
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8c5ffb3>] cifs_flush+0x16/0x42 [cifs]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04690f0>] filp_close+0x2f/0x54
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c042512c>] put_files_struct+0x65/0xa7
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04260da>] do_exit+0x229/0x746
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c042666d>] sys_exit_group+0x0/0xd
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0403eff>] syscall_call+0x7/0xb
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: Oops: 0003 [#2]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: SMP
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: CPU: 1
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: EIP is at print_trace_stack+0x0/0x3
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: eax: c0613ddf ebx: eba5f000 ecx: c066231c edx: c063c336
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: esi: 00000000 edi: eba5e000 ebp: c0613ddf esp: eba5eb24
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: ds: 007b es: 007b ss: 0068
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: Process gzip (pid: 22837, ti=eba5e000 task=eefbc550 task.ti=eba5e000)
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: Stack: c040502c 00000000 c0613ddf 00000018 00000000 c0613ddf c0405046 c066231c
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: c0613ddf eba5ec9b c04050e2 c0613ddf c0613ca4 c0613ddf eba5ec04 eba5ec38
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: 00000002 00210016 eba5ec04 eba5ec38 c040520f c0613ddf c0613dd3 00000001
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: Call Trace:
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c040502c>] dump_trace+0x8c/0x96
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0405046>] show_trace_log_lvl+0x10/0x20
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04050e2>] show_stack_log_lvl+0x8c/0x94
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c040520f>] show_registers+0x125/0x191
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0404c44>] print_trace_stack+0x0/0x3
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0405411>] die+0x196/0x296
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c05fd66f>] do_page_fault+0x3ea/0x4b8
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c05fd285>] do_page_fault+0x0/0x4b8
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0404a71>] error_code+0x39/0x40
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0404c44>] print_trace_stack+0x0/0x3
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c040502c>] dump_trace+0x8c/0x96
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415a96>] do_flush_tlb_all+0x0/0x5a
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0405046>] show_trace_log_lvl+0x10/0x20
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0405540>] show_trace+0xa/0xc
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c040563d>] dump_stack+0x15/0x17
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415a96>] do_flush_tlb_all+0x0/0x5a
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c044a0b7>] softlockup_tick+0x98/0xa6
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c042cc98>] update_process_times+0x39/0x5c
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04176ec>] smp_apic_timer_interrupt+0x5c/0x64
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04049bf>] apic_timer_interrupt+0x1f/0x24
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415a96>] do_flush_tlb_all+0x0/0x5a
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415921>] smp_call_function+0x99/0xc3
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415a96>] do_flush_tlb_all+0x0/0x5a
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0415a96>] do_flush_tlb_all+0x0/0x5a
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0427b46>] on_each_cpu+0x10/0x1f
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04159d7>] flush_tlb_all+0x13/0x15
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0459195>] kmap_high+0x90/0x18f
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0454dfe>] test_clear_page_dirty+0xc4/0xe6
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8c61b15>] cifs_writepages+0x2c9/0x56c [cifs]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0453c09>] get_page_from_freelist+0x96/0x310
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0453eda>] __alloc_pages+0x57/0x27e
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f88959ea>] ext3_readpages+0x0/0x15 [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f88959ea>] ext3_readpages+0x0/0x15 [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c045532d>] __do_page_cache_readahead+0x126/0x1c6
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8896546>] ext3_get_block+0x0/0xbd [ext3]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04547ab>] do_writepages+0x20/0x32
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0450536>] __filemap_fdatawrite_range+0x65/0x70
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c045072f>] filemap_fdatawrite+0x12/0x16
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<f8c5ffb3>] cifs_flush+0x16/0x42 [cifs]
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04690f0>] filp_close+0x2f/0x54
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c042512c>] put_files_struct+0x65/0xa7
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c04260da>] do_exit+0x229/0x746
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c042666d>] sys_exit_group+0x0/0xd
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: [<c0403eff>] syscall_call+0x7/0xb
Message from syslogd@sv03 at Sun Nov 18 09:00:55 2007 ...
sv03 kernel: Recursive die() failure, output suppressed
View 4 Replies
View Related
May 2, 2007
I have a FreeBSD server with Cpanel. It keeps crashing every few hours. Data centre swapped RAM, Chassie but no luck. Hard Drive was scanned and no errors found. I can't find anything in the logs (/var/logs/messages). Which direction should I be looking into?
View 10 Replies
View Related
Jun 19, 2009
I run a drupal site on a VPS running Lighttpd with 128MB ram and 15GB disk space. Every so often the server crashes and I have no access to even reboot via the shell, I have to get my host to reboot the VPS. They say its most likely due to the server running out of memory. I would have no more than 5 users plus 5 guests online at the same time. So my question is this...
How can I find out exactly what is consuming the memory and causing the server to crash? I have looked at drupal logs and the server logs, but I'm no wiser as to whats causing it. What should I be looking for and what can I do to try and solve this?
View 14 Replies
View Related
Apr 20, 2008
One of my servers at FDC Servers is crashing (= kernel panic) every few days since we got it.
The specs of the machine are:
C2D E6550, 2 GB
Linux .. 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:15:49 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
I opened several tickets with FDC, after running memtest and clocking down memory they say it's not a hardware issue but software related.
Quote:
I see that according to this ticket, memtest has been run without error and the memory was even slightly clocked down to avoid problems. It appears that the errors you are reporting are software related...
I already tried several kernels and different application versions.
The server is only running lighttpd.
View 12 Replies
View Related
Oct 3, 2008
I've been running 3 Xen servers for the last few months in a production environment, and facing a strange problem with one of them.
Server 1 and 2 run a couple of DomU's and are running just fine.
Server 3 runs one DomU and takes care of all the backups for the DomU's of Server 1 and 2
The DomU on Server 3 is crashing every night, right when the backups are being made.
DomU becomes inaccessible, but keeps appearing at xm list with state ------
When I try to connect to the console it wont let me connect. The only way to get the DomU back up is by using xm destroy and xm create again.
For the back-up I use NFS where the DomU on Server 3 is the host, and the other DomU's of Server 1 and 2 connect to it through an internal bridge.
Below you'll find some information about Server 3:
Hardware:
HP ProLiant DL380 G5
10Gb Memory
( 8 x 146G SAS10k in RAID 5 )
Dom0:
CentOS 5 kernel 2.6.18-92.1.10.el5xen
Booting params: dom0_mem=1024M
DomU:
CentOS 5 kernel 2.6.18-92.1.10.el5
Booting params: acpi=off clock=pit
The last qemu-dm log on Dom0:
char device redirected to /dev/pts/1
qemu_map_cache_init nr_buckets = 4000
shared page at pfn bffff
buffered io page at pfn bfffd
xs_read(/vm/a8af3ec4-19d4-774e-af65-0902374dc616/rtc/timeoffset): read error
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
Triggered log-dirty buffer switch
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xs_write(/vm/a8af3ec4-19d4-774e-af65-0902374dc616/rtc/timeoffset, rtc/timeoffset): write error
View 3 Replies
View Related