To Resolve "exit Signal Bus Error"
Jul 17, 2008
We have been dedicated server. In that the following error has been creating Its making severe issue Please help me to resolve this issue.
#grep 'exit signal Bus' error_log
[Wed Jul 16 21:18:45 2008] [notice] child pid 19433 exit signal Bus error (7)
[Wed Jul 16 22:12:56 2008] [notice] child pid 22194 exit signal Bus error (7)
[Wed Jul 16 23:08:53 2008] [notice] child pid 31096 exit signal Bus error (7)
[Wed Jul 16 23:30:29 2008] [notice] child pid 1139 exit signal Bus error (7)
[Thu Jul 17 00:09:58 2008] [notice] child pid 3336 exit signal Bus error (7)
[Thu Jul 17 00:28:03 2008] [notice] child pid 6256 exit signal Bus error (7)
[Thu Jul 17 00:53:55 2008] [notice] child pid 7459 exit signal Bus error (7)
Memory and Hardware test passed (DC people checked). Reload RHEL4 OS with 64 bit.
Server Details:
CPU : Intel(R) Xeon(R) CPU X3210 @ 2.13GHz (4 CPU)
CPU MHz: 2133.413
RAM : 4 GB
Apache : 2.0 (Previously tested with 2.2.9)
PHP : 5.2.5
MySQL : 5.0.1 (Running separate box)
Current Apache Settings:
KeepAlive On
MaxKeepAliveRequests 0
KeepAliveTimeout 5
UseCanonicalName Off
<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 2000
MaxClients 2000
MaxRequestsPerChild 0
</IfModule>
Previous Apache Settings:
(Tried with below apache settings on that time also the signal bus error created )
Apache 2.2.9 with eAccelerator compailed.
KeepAlive Off
MaxKeepAliveRequests 50
KeepAliveTimeout 10
UseCanonicalName Off
<IfModule prefork.c>
StartServers 16
MinSpareServers 8
MaxSpareServers 64
ServerLimit 500
MaxClients 500
MaxRequestsPerChild 10000
</IfModule>
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_logio.c
mod_env.c
mod_expires.c
mod_headers.c
mod_unique_id.c
mod_setenvif.c
mod_proxy.c
proxy_connect.c
proxy_ftp.c
proxy_http.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_info.c
mod_suexec.c
mod_cgi.c
mod_negotiation.c
mod_dir.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
Apache Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/usr/local/apache"
-D SUEXEC_BIN="/usr/local/apache/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Running single website with drupal based flash arcade website. Per day 2500 visitors and 150 users online normally.
I am almost 3 weeks to resolve this issue.
View 2 Replies
ADVERTISEMENT
Jul 9, 2008
Server creating the below error logs. I am not abt this error can you please help me resolve this error.
[notice] child pid 2105 exit signal Bus error (7)
View 11 Replies
View Related
Jul 11, 2008
Recently the Apache recompailed with eAccelerator after that the below error log has created and also the Apache got crash when reach high traffic.
[notice] child pid 13013 exit signal Segmentation fault (11)
[notice] child pid 13054 exit signal Segmentation fault (11)
Due to this problem I ran the /scripts/upcp --force and again recompailed the Apache with eAccelerator.
later the signal Segmentation fault error not created but instead of above error the following error has been creating. And also again recompailed the without eAccelerator still the below error creating.
[notice] child pid 763 exit signal Bus error (7)
Server Details.
Apache 2.2.9
PHP 5.2.5
MySQL 5.0.5 (Runing Seprate box)
eAccelerator 0.9.5
View 2 Replies
View Related
Jan 16, 2015
Parallels Plesk autoinstaller emailed me 03:34 to confirm that Parallels Plesk was successfully updated, but ever since then /var/log/httpd/error_log has entries every 5 minutes stating 'child pid xxxxxx exit signal Segmentation fault (11)'.
How to diagnose?
View 5 Replies
View Related
Jul 15, 2007
Before i use: CubePanel and all my site run file. Scine i change to HostingController with PHP5.2.3 and mysql-essential-5.0.45 my site error:
[url]
Quote:
get_box('user_online'); $c_user_online = $tpl->get_block_from_str($html,'user_online'); $c = $tpl->auto_get_block($c_user_online); /* $c_mem = $tpl->get_block_from_str($c_user_online,'member',1); $c_mod = $tpl->get_block_from_str($c_user_online,'mod',1); $c_admin = $tpl->get_block_from_str($c_user_online,'admin',1); $c_this = $tpl->get_block_from_str($c_user_online,'this',1); */ $timeout = 60*30; $total = 0; $member = 0; $guest = 0; $current_time = NOW; $time_exit = $current_time - $timeout; $mysql->query("DELETE FROM ".$tb_prefix."online WHERE timestamp < ".$time_exit); $guests = $mysql->num_rows($mysql->query("SELECT DISTINCT sid FROM ".$tb_prefix."online WHERE sid != ''")); $member_sql = $mysql->query("SELECT user_id, user_name, user_level FROM ".$tb_prefix."user WHERE user_online = 1 AND user_timeout > ".$time_exit." ORDER BY user_timeout DESC"); $members = $mysql->num_rows($member_sql); $total = $guests + $members; while($r = $mysql->fetch_array($member_sql)){ $id = $r['user_id']; $level = $r['user_level']; $name = $r['user_name']; if ($id == $_SESSION['user_id']) $s = $c['this']; elseif ($level == 1) $s = $c['member']; elseif ($level == 2) $s = $c['mod']; elseif ($level == 3) $s = $c['admin']; $online_list .= $tpl->assign_vars($s, array( 'user.ID' => $id, 'user.NAME' => $name, 'user.URL' => '#User,'.$id, ) ); } $html = $tpl->assign_vars($html, array( 'TOTAL' => $total, 'GUESTS' => $guests, 'MEMBERS' => $members, ) ); $html = $tpl->assign_blocks_content($html, array( 'user_online' => $online_list, ) ); return $html; } ?>PHP Fatal error: Call to undefined function box_user_online() in D:WebspaceAKIT2ITonline.2it.inwwwincludesclass_template.php(86) : eval()'d code on line 1 Error in my_thread_global_end(): 3 threads didn't exit
View 1 Replies
View Related
Aug 29, 2008
i am having a problem getting a dedicated server running for Unreal Tournament GOTY. everytime i create a dedicated server i get this error in the console:
Log: AInternetLink Resolve failed: Can't find host master.mplayer.com (WSANO_DATA)
ScriptLog: UdpServerUplink: Failed to resolve master server address, aborting.
im running through a router.
View 4 Replies
View Related
Jan 20, 2008
In the past 2-3 days I have been getting these remarks at the end of the Logwatch 7.3.6 email,
/usr/bin/find: head terminated by signal 13
View 1 Replies
View Related
Nov 8, 2009
My question is > What is the difference between the Servers Data transfer (Bandwidth) and TV Channel signal?
Why No Company use Satellite to transfer data via servers ? Like TV Channel ? then i think we will have real unlimited Bandwidth,
View 3 Replies
View Related
Jun 11, 2008
I signed up with with Dediwebhosting in November of 2007 and canceled my service on good terms June 1st 2008. It was my first experience with a dedicated server and, at the time, my primary focus was a budget solution.
The server was used for hosting my web design clients (around 50), which were mostly smallish & semi-dynamic websites with an average of 4GB/month bandwidth per account. The domain linked in my signature was one of the sites hosted on the server.
Setup & Billing:
Being completely new to dedicated hosting, their sales team was very friendly and helpful with my novice questions. When I was ready to order, I faxed my photo ID & credit card info to them and was set up within a day. The entire process was a lot less painful than I was expecting.
I went with their B600 package (P4 2.8ghz, 1GB, 129GB HD, 100Mbit, 600GB Transfer) - which fit perfectly with the budget I was working with (85.00 + extra for cPanel).
Support:
Although they don't provide any management services, their support department was always quite fast (around 30 minutes) in taking care of any rDNS or IP requests I had. They also made a very good effort in trying to help me with some issues I was having with AOL's mail server (which never got resolved, but was no fault of their own).
Also, I think it also bears mentioning that their support personnel sound like real people. Instead of getting 'it's fixed' or 'this has been done' responses....they usually responded in complete (even multiple) sentences. That may not be important to you (and I don't really mind the short responses), but it was something I noticed and was appreciative of.
Reason for leaving:
Aside from the inability for my hosting clients to send/receive mail from AOL accounts (which was a big deal for the type of people I host), my primary reason for leaving was that my design business was growing and I was ready for an upgrade to more powerful hardware. I found a great deal on a dual-core system with Pacific Rack and decided to move on. I was also hoping that moving to a different data center would clear up the AOL problems (which it did).
They were quick to process my cancellation request - so no problems there.
Overall Experience & Recommendation:
Aside from the AOL issues, my experience with Dediwebhosting was very positive (and I don't blame them for the AOL issues). Their support was friendly, fast and they made an effort to help me with an issue that went beyond their service agreement.
As mentioned above, I rarely received complaints of service or network issues from my hosted clients...so I can vouch for reliablity. As my first dedicated server, I can also say that they helped to make the experience much less intimidating than I thought it would.
Their website is kind of ugly and in need of an update...but as a designer, I'm overly-critical of such things.
So yes, I would definitely recommend Dediwebhosting to someone looking for an entry-level, budget solution (they offer bigger systems, but entry-level is the one I have experience with). I can't promise that AOL would work for you...but I don't think you'd be disappointed with everything else.
View 0 Replies
View Related
Nov 30, 2008
As many of you may have already read my initial review or the New York NOC I wanted to leave an additional exit review of the company and share a personal recommendation.
It started a little over a month ago when I jumped VPS providers and initially purchase 2 VPS plans . Initially the boxes were rock solid. I could get to my websites, admin area, and have support tickets responded to in a timely manner. Roughly a week later I ended up moving another site to it’s own VPS . This is when I noticied my first issues. CONSTANT ERROR MESSAGES stating the backend was down and to please restart it.
I would launch a support ticket, roughly 2 hours later the backend would be rebooted and I could once again access the admin panel and do what I needed to. Like clockwork when I would try to login again later to my admin panel I would be hit again with the backend was down (hypervm would be in a constant refresh). Sometimes my sites would remain online and sometimes they would go down too. This got frustrating but was bearable (I thought). Within a few days I see a BIGGER problem arise. I woke up one morning to find error alerts coming in and realizing 2 VPS’s had been offline for hours on end. I again launch another support ticket for the backend to be rebooted. I get a response everything is ok so I go about my day. I later receive an e-mail stating all of my sites were showing a mysql connect error and panic. Come to find out they had corrupted this time when the backend went down, I repair and optimize and everything is ok. VERY next day I wake up and check my nightly logs to make sure the nightly backup was loaded onto my home server. I don’t see it and find I received an e-mail from lxadmin stating it could not backup the database. Once again…..corrupted. This has been going on since that time frame on almost a daily basis. The backups are iffy if they will come in since when the backend gets overloaded and crashes in the middle of the night, it immediately corrupts all db’s on the VPS. I could understand 1 VPS doing this…..but 3? Come on….
Now comes Thanksgiving, my boxes go down for roughly 5 hours before reboot and once again I have to repair them on a blackberry with ssh since I am away (never fun to type that on a bb). I am back online and go about my day…….then…..Friday. My box goes down at 5pm…..I send in a support ticket to have it rebooted. The next morning at 11am it finally gets turned back on and I get a response that it must have been on my end since everything looks ok from there (granted 3 monitoring services were all showing it down). Once again…..corrupted. I rebuild and think the SLA was 99.9% so I send in a nice message to ask about it. Here is the response:
Posted: 11/29/2008 12:33
Hey Guys.
Since one of the VPS accounts was down for 17 hours do I qualify for the 99.9% SLA?
(3 Monitoring Services show the outage happened at 5:34PM last night and I have recovery notifications for this morning at 11:16AM)
Thanks
----------------------------
IP Address: 71.76.239.xx Andy
StaffPosted: 11/30/2008 20:49 Hi Ryan,
Unfortunately our SLA applies to network uptime and not power or hardware related.
I'm sorry for the inconvenience.
-------------------------------
The New York NOC Inc.
www.thenynoc.com
Visit our new forums! [url]
So……99.9% SLA does not cover if no one is in the datacenter to reboot the box because it is off-line…..I thought SLA’s covered your box being on-line, am I wrong?
So now after too many corruptions to count, support taking longer and longer in between responses I am left looking over my books. Last year alone between Thanksgiving and the following Sunday I brought in roughly $2300 dollars in sales. This year for the past 4 days I have brought in $10…… I have had some longtime recurring customers so I asked them for any feedback on what we could do to earn there business again. Out of 40+ people all but one stated that if I could fix the sites downtime they would return (the other responses was of course to lower prices). Second suggestion they had was to fix my e-mails from ending up in their spam box. Yes I was sold ALL dirty ip’s which had all been blacklisted. Some major isp’s worked with me and allowed me in…(some)
Before I get flammed for choosing these guys, they truly were great up front so obviously I got fooled. I have no doubt they are great for some people but I simply can not drive my business into the ground because I went cheap and in the end got what I deserved. I moved to futurehost today and almost **** myself when a response ticket was answered in under a minute (kinda scary for a low priority ticket).
With this said, before you consider NewYorkNoc simply ask yourself if your business or site is important to you, if you can afford to lose business, and if you want constant downtime along with mysql corruptions daily. I am not saying they are the worst as they were helpful at first. Just EXPECT that when the deal is that good, you are being oversold. There is no other explanation in my books.
To sum this up:
Uptime: 3 out of 10 (there were up sometimes)
Customer Service: 2 out of 10 (would have given higher I did not have to repeatedly e-mail over the backend issues)
Price: 10 out of 10 (admit it, the price point these guys have is good)
Value: 1 out of 10 (I made a bad choice, I lost a ton of money in business and now have to work hard to recover my losses and rebuild relationships)
Recommend to others: 2 out of 10 (why 2? This place might be good for offsite backup maybe?)
This review is NOT out of spite due to my recent downtime. This review is merely my opinion and personal experiences and not written to bash NYNOC. If your happy with them then you are doing well. If you are considering them…….I urge you to think elsewhere. All my data is off the VPS and I am running before the backend crashes again corrupted my DB’s.
View 14 Replies
View Related
Jul 19, 2008
i use VPS linux, And one of my member asked me To help him.
He faced an error that say, 'FreeType library not available. (Function imagettftext does not exist)'
and requested me to avtivate this for him.i have no information about it that how can i do it.
View 14 Replies
View Related
Dec 25, 2008
i have 1 VPS with 512 MB Of Ram with direct admin there is 1 website on this server
but much times it is in hang!
i see apache logs there are much look like this error on this :
"child process 28339 still did not exit, sending a SIGKILL"
i had downgraded apache from 2.2 to 1.3 but probelem not solved!
i think there is a problem on Apache!
View 8 Replies
View Related
Aug 25, 2014
We're not able to install the ePages App.
We get this error:
Code:
Non-zero exit status returned by script. Output stream: 'Failed to install site: Not Found '. Error stream: 'Failed to install site: Not Found '.
panel.log
Code:
[2014-08-25 17:13:04] ERR [util_exec] proc_close() failed
[25-Aug-2014 17:13:04 Europe/Berlin] PleskUtilException: '/opt/psa/admin/bin/sappmng' '--run-application-script' '--script-file-name=configure.php' '--script-name=remove' '--script-language=php' '--user-name=xxxx' '--application-full-name=file:////opt/psa/var/apspackages/ePages-6.10-8b4212cd8-fdd0-5e46-5949/cache' failed with code 1.
[Code] ....
I configured the App in the application vault to the ip address of our plesk server.
View 2 Replies
View Related
Aug 7, 2008
What is the best, stable and free dns resolver ips for shared hosting servers?
View 4 Replies
View Related
Aug 28, 2008
I am new to the dedicated servers. I have just upgraded myself to a dedicated machine.
I am getting error "couldnt resolve host" at every domain name when I type like
wget http://google.com
wget http://yahoo.com
I searched over internet and found some people telling that I should put nameserver to /etc/resolv.conf?
nameserver <ip here>
nameserver <ip here>
I dont know what IP to put here or if it is a solution to my problem.
View 4 Replies
View Related
Oct 31, 2009
I hope your day is going good. I've been trying to fix a problem I had all week. I receive daily email notification that "example.[url]" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125. I've tried a few solutions from the web, but to no avail:
IMPORTANT: Do not ignore this email.
The hostname (example.mydomainname.com) resolves to . It should resolve to 208.53.183.125. Please be sure to correct /etc/hosts as well as the 'A' entry in zone file for the domain.
Some are all of these problems can be caused by
/etc/resolv.conf being setup incorrectly. Please check this file if you
believe everything else is correct.
You may be able to automaticly correct this problem by using the
'Add an A entry for your hostname' under 'Dns Functions'
in your Web Host Manager
1) Within WHM, I have the following:
-Add an A entry for your hostname (I only have one listed)
Hostname: example.mydomainname.com
Server Main Ip: 208.53.183.125
-Primary/secondary nameserver
Primary Nameserver: ns1.mydomainname.com (A entry = 208.53.181.26)
Secondary Nameserver: ns2.mydomainname.com (A entry = 208.53.181.27)
-Resolver Configuration
Primary Resolver: 66.90.68.25
Secondary Resolver: 66.90.68.26
-Additional IP my webhost gave me to use:
208.53.181.26 (used in primary name server)
208.53.181.27 (used in secondary name server)
208.53.181.28
-Current DNS Zone listing:
example.com (my website URL that is currently working)
example.mydomainname.com (hostname I made myself that contains the server main IP)
ns1.mydomainname.com (A entry = 208.53.181.26)
ns2.mydomainname.com (A entry = 208.53.181.27)
2) My edit "edit /etc/resolv.conf" contains the following:
Search localdomain
nameserver 66.90.68.25
nameserver 66.90.68.26
Issue: I receive daily email notification that "example.mydomainname.com" does not resolve to any IP. However, when in WHM, it already contains Server Main Ip: 208.53.183.125.
View 1 Replies
View Related
Aug 5, 2009
I've been having this problem for a while now. I have a dedicated linix server running with the cpanel. I've setup my own nameservers and for the most part it all runs without a problem. However, every now and then the domains will not resolve for many people.
This may only last a few minutes but it happens regularly. There doesn't seem to be any pattern. The server is still available via IP address. Also, any domain name set as a nameserver with the registrar is not affected by this problem. All other domains are affected. This problem has persisted over many cpanel updates.
I have gone through all the nameserver files (I can think of or have read about) looking for something that may be causing this but everything looks normal.
View 9 Replies
View Related
May 12, 2007
I have nameservers setup on my server. As I have changed my servers, I need to resolve the sites. I changed the nameservers Ips to resolve to new one:
67.159.33.250 and 67.159.33.251
But my sites and my clients sites are going down.
[url]
And similar report by dnsreport is being given saying that NS didnt responded timely.
View 7 Replies
View Related
Nov 4, 2009
I have installed WHM 11 on centos 5.3.
Currently I get problems that domains at certain places not open.
Like e.g I write my server IP XXX.XXX.XXX.XXX it works fine and I get ping reply also, but at the same time I write [url]it would not resolve.
Similarly in web browser I write server IP it gives cpanel page but on same computer I write [url]I get page cannot be opened, when I refresh the page at certain times then it would open. Now once it is opened in the same computer it would work fine here.
In some internet connections it works fine i.e no problems, in some connections get similar problems that domains does not resolve properly.
I checked my named service works fine.
View 14 Replies
View Related
Apr 20, 2009
I've got several subdomains on the ethoshosting.com server, but I recently created a subdomain (the same way as before) and it doesn't resolve
The dig command run through shell works. DNS records seem to be setup. I restarted the DNS and even the http server.
What gives? (it was a WHM setup via whmcs)
View 2 Replies
View Related
Jun 2, 2008
how do i speed up dns resolving my website. It is taking much time about 5-8 seconds. My site is phpfavorites.com
usually when i type youtube.com and like other websites, those sites load much faster than anything. Is this dns or any other issue>
View 9 Replies
View Related
Sep 13, 2007
the DNS Server never resolves, i create one account on my server, i put the nameservers... about 6 Hours ago and nothing, i setup the Domain DNS and nothing, what can be? how i can fix this?
I have a Dedicated Server (Xeon 2.8 | 1 GB Ram)
OS: Fedora 6
View 1 Replies
View Related
Apr 16, 2008
I can't resolve hosted domains on ssh or via php on my server. All of other domains fine when i dig or ping but mine is not.
I did run fix scripts for dns and restarted named but result is still same.
Also, when i try to reach one of my domains via php's fsockopen function, i get "65 No route to host" or "68 Too many users" error.
View 10 Replies
View Related
Jul 23, 2007
My VPS was a clean build 2 weeks ago and so far i have installed cpanel and configured everything and added accounts. I began that one of my scripts that uses gethostbyaddr($ip) was failing to resolve any of the ip's it received. I made another PHP file to test this, with this code:
PHP Code:
<?phpecho file_get_contents[url];?>
Resulting in:
Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known
The thing is, the VPS is resolving domains just fine
I can ping, send emails, even dig:
Code:
[root@server etc]# dig google.com
; <<>> DiG 9.2.4 <<>> google.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34548
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 4
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 300 IN A 64.233.167.99
google.com. 300 IN A 64.233.187.99
google.com. 300 IN A 72.14.207.99
;; AUTHORITY SECTION:
google.com. 343652 IN NS ns2.google.com.
google.com. 343652 IN NS ns3.google.com.
google.com. 343652 IN NS ns4.google.com.
google.com. 343652 IN NS ns1.google.com.
;; ADDITIONAL SECTION:
ns1.google.com. 343143 IN A 216.239.32.10
ns2.google.com. 343143 IN A 216.239.34.10
ns3.google.com. 343143 IN A 216.239.36.10
ns4.google.com. 343143 IN A 216.239.38.10
;; Query time: 62 msec
;; SERVER: 83.149.80.123#53(83.149.80.123)
;; WHEN: Tue Jul 24 04:49:35 2007
;; MSG SIZE rcvd: 212
I have no clue what's up, and i think there must be a guru here that has an idea of what is going on?
View 14 Replies
View Related
Sep 26, 2007
Yesterday we registerd and created 2 domains in our server.
Everything is ok, files uploaded, dns zones created, httpd virtual host created...
The problem is that trying to browse the site trough http://www.site.com redirects me to [url] my main server IP address, this page shows a cPanel Welcome message.
But, using [url], the site is loaded ok, withouth any problems.
DNS zone shows:
Code:
; cPanel 11.11.0-BETA_16977
; Zone file for site.com
$TTL 14400
@ 86400 IN SOA mydns1.wolo.com. admin.hostingserver.com. (
2007092601 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
site.com. 86400 IN NS mydns1.wolo.com.
site.com. 86400 IN NS mydns2.wolo.com.
site.com. IN A IP_ADDRESS
localhost.site.com. IN A 127.0.0.1
site.com. IN MX 0 site.com.
mail IN CNAME site.com.
www IN A IP_ADDRESS
ftp IN A IP_ADDRESS
Apache virtual host code
Code:
<VirtualHost IP_ADDRESS>
ServerAlias www.site.com
ServerAdmin webmaster@site.com
DocumentRoot /home/siteuser/public_html
ServerName site.com
<IfModule mod_suphp.c>
suPHP_UserGroup siteuser siteuser
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/siteuser:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User siteuser
Group siteuser
BytesLog /usr/local/apache/domlogs/site.com-bytes_log
CustomLog /usr/local/apache/domlogs/site.com combined
Options -ExecCGI -Includes
</VirtualHost>
View 14 Replies
View Related
Apr 20, 2007
I set up a domain in plesk 8 (LAMP), but the www version of the domain doesn't resolve via the browser, wheras the non-www version does. I set the nameservers (and glue records) yesterday.
Why might this be? Could this be due to dns propagation?
View 2 Replies
View Related
Aug 19, 2007
i use centos based server. yesterday everything was OK. but now, when i connect via SSH, my server can't resolve hosts. wget, ping, or curl don't work. also i use VNC to remote desktop. when try to open a page via firefox, it says server not found.
View 1 Replies
View Related
Apr 20, 2008
on my server i have 104 accounts and the MySQL Usage for th cpus is 25.23
like this pic [url] is that danger? and how can i resolve it?
View 6 Replies
View Related