Cron Not Working On CPanel Server
How do I make sure that there are cron jobs running on my cPanel server? I have root access, etc...just not sure why my crons aren't running. Nothing weird going on.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Cron Quit Working...
I have a dedicated CentOS 4.5 Server. However, as you can probably guess I am new to linux and managing a server... Anyway, beginning of this month my crons quit working, I still receive emails as if they are ran but I can't get the scripts to actually execute. I have not touched the crontabs or anything prior to them not working, they simply quit working... I did not notice immediatly they did not work, I am guessing that it was around the time of which I rebuilt apache to a new version of PHP. Today I tried changing them to "php path/to/script.php" and I also tried "path/to/php /path/to/script.php", neither worked. Any ideas or suggestions as to how I can fix this?
View Replies!
View Related
Logrotate Cron Not Working
I recently purchased a new dedicated server, since I have had this server (8 days) I have being receiving the following email: Quote: /etc/cron.daily/logrotate: error: error accessing /var/log/httpd: No such file or directory error: httpd:1 glob failed for /var/log/httpd/*log
View Replies!
View Related
Cron - Not Working - Apache
I did not realize the significance of the Apache sub-forum. I thought perhaps this would be a more general Server management query, but I realize now I should have posted in Apache forum. I have been banging my head against the wall for the last couple of days trying to get cron jobs working. It's actually making me quite depressed, a lot of people are waiting on me to get this working, and for the life of me I see no light. I'm not a stupid person, i'm a PHP developer, and have some linux skills. This is the single most annoying issue I have had to deal with simply because I cannot find any troubleshooting methods to my issue. I have tried every different combination of command under the sun and I cannot get any sign that the cron is running the commands. I own a "virtual" dedicated server with a hosting company, I have full root access. Linux / Apache The script file is a PHP file which simply mail() an email saying that cron is working, I am yet to receive this mail that was executed by cron. I have ensured there are no errors in this simple PHP file, I have executed the script from the shell and all is well there.. So, firstly I tried to setup the cron table from CPanel, on the account where the script resides. I used the following command combinations: Code: 0-59 * * * * /usr/local/bin/php /home/username/public_html/cron.php 0-59 * * * * php -q /home/username/public_html/cron.php 0-59 * * * * php /home/username/public_html/cron.php 0-59 * * * * cd "/home/username/public_html/"; php cron.php 0-59 * * * * wget [url] with time combinations of: * * * * * to get the command to be executed evey minute, for testing purposes. All these commands work fine when executed through the shell. I set the mail address for cron output to be my mail address also. I do not get any mail from cpanel with an overview of the cron executions. I then gave up trying to get cron to work on that account, and decided to go root. I logged into the shell via root, checked the cron table for root. I edited the root cron table (that contains commands for various cpanel scripts etc) to include a command to execute the php script, even with the script residing on the root directory. I also added MAILTO="myemail@email.com" to the first line of the cron table. I do not get any emails of the cron actions. How can I check if the cron scheduler is working when I get no sign that the cron commands are being executed, and when I do not receive any cron emails? What methods are there for me to troubleshoot this issue? Could it be possible that cron shedular is not active on my server? I have lurked the net with great detail to find any method to troubleshoot my issue, and all the related pages I find are to do with troubleshooting the commands. I know my commands are fine, there is some other issue here.
View Replies!
View Related
Cron As Postgres User Not Working
I was hoping someone could shed some light on a cron related issue I'm having. I've been using linux for a while...but never really used crons. My cron is supposed to dump a postgres db in tar.gz format every minute (for testing purposes) but it doesn't. I opened my cron in vim via: Code: postgres@myhost:~$ crontab -e And here's the cron: Code: * * * * * /usr/bin/pg_dump -D warranty_1_6_test | gzip -c > /var/www/test/postgres/backup$(date +"%Y%m%d_%H%M").tar.gz Also: Code: postgres@myhost:~$ ls -lah /var/www/test/postgres/ total 8.0K drwxrwxrwx 2 postgres postgres 4.0K 2007-06-14 12:01 . drwxr-xr-x 3 user user 4.0K 2007-06-14 11:47 .. Running the backup command via CLI works fine.
View Replies!
View Related
Cron Job Not Working Properly
I have a slight problem with a cron job I have setup. I wanted to save a copy of iptables every hour to a folder, so I created a script... here it is: Code: varDate=`date +%y%m%d` varTime=`date +%H%M` filename="IPtablesBackup-$varDate-$varTime" iptables-save -c > /etc/IPtablesBackup/$filename and called is Backup-Script.sh Now if I just execute the script will in root ./Backup-Script.sh I get a new file with the correct filename and iptables info is saved ! Great ! So then I thought, how can I setup this automatically every hour. Which leads me on to my problem. I inputted "crontab -e" added this line Code: 59 * * * * /etc/IPtablesBackup/Backup-Script.sh The problem is the script is run, I know because it creates a new file with the correct time and date, however the file is empty? I have set Backup-Script.sh to 777 and owner and group are both root?
View Replies!
View Related
Cron Working But Command Isn't ?
I'm needing some info i have been pulling my hair out for hours trying to get some cronjobs lined up i started out with knowing nothing about it and i'm a little better off now i got the cron running but the commands aren't executing so maybe someone can help me figure out why i would greatly appreciate it Here's The deal I telnetted in set the following crontab ...
View Replies!
View Related
Cron Job Not Working, Restart Services
I'm having a bit of trouble with one cron job that doesn't seem to work. I have others scripts that run hourly fine. However this one does not. The script: restart_monitoring.sh Code: #!/bin/bash service iptables stop service iptables start /root/bandwidth_rules.sh /root/portforward_config.sh exit The two scripts at the end just load a lot of iptables rules back in. The cron job should run hourly (59th minute) The cron job entry Code: 59 * * * * /root/restart_monitoring.sh I have restart crond to enable the new job, still doesn't run. The job is to restart iptables, thus flushing all rules that I have running, then reloading them. I have figured out the problem to be with the "service iptables stop/start" command, it doesn't seem to like doing this...?
View Replies!
View Related
CPanel/WHM Server - Email Not Working
Just got a new server online this week from VolumeDrive, and everything has been going just fine with my initial setup. I transferred over 7 domains from another cPanel/WHM machine and the transfer feature worked flawlessly. Since I use Gmail for most of my communication, I haven't even had any email accounts setup on any of my domains in quite sometime. So knowing that I need a few setup for various correspondence, I went ahead and set one up tonight. I've setup and used mailboxes on cPanel machines before, and it's not exactly rocket science... pretty easy stuff. But what's weird here is that when I attempt to click on the "Webmail" icon from directly within cPanel, the Horde login fails over and over again. Then, if I setup the account in Thunderbird or Outlook using the CORRECT account information (username@domain.com as the login -- and the appropriate password/server settings), the client login fails also. To add to this weird behavior, I sent myself an email at the newly setup address with a 2mb attachment. Obviously I can't login to the account to see if the mail arrived, but at least it didn't bounce. However, when I'm in cPanel under this domain and go to "Email Accounts", I'm showing "0 Bytes" for usage under the account where i know there should be at least 2mb worth of usage.
View Replies!
View Related
How Can I Backup CPanel With Cron
I just went through a week of nightmares, because my host lost hard drives and stuff.. lost my data, etc.. what ever.. I want to work out how I can cron cPanel backups. I did a search online for a cPanel backup manager, but I didn't have much luck. Or, maybe there's some other way to get regular backups? I don't really need to backup my whole sites. I keep my files locally, but of course I don't have the databases locally -- or the email records. All I "really" need is the database SQL files, so that I can rebuild my forums if need be, and also the email setup files -- because I have over 50 domains and I have emails set up on all of them. I want to have them emailed to myself. There's an option in cPanel too, which allows me to "generate/download a full backup".. well, how do I "restore" the backup? ie: I know how to backup and restore the home directory, databases and email stuff (there's 3 options in cPanel), but there doesn't seem to be anywhere to restore the full backup. Anyway, can anyone give me advice on how to keep backups of my cPanel accounts? I don't trust hosts anymore. They say they back stuff up, but they never to.
View Replies!
View Related
Cpanel Cron Backup To Ftp
Im setting up new windows server, packed with only FTP server (FileZilla) to remote backups. How can i get my cpanel account make backups and upload them to my FTP server as an cron job? Offcourse i have option to backup via cpanel, but this is needed to do manually every time (setting remote ftp ip, account, passwd etc,). Is there a option in cpanel / whm to do full-backup all my accounts in my reseller account? Or do i need to do it per account? Some of my servers is only reseller accounts without root access, only reseller account.
View Replies!
View Related
Using CRON To Restore CPanel Backups Daily
A couple weeks ago, I encountered a big server crash on my VPS that caused me a lot of downtime. I'm currently trying to figure out a solution to keep a current "clone" of all of my server accounts on a second server. That way, if I ever encounter another crash, I'll be able to simply change DNS information to have all accounts "live" using the backup server. I appreciate any input, advice, suggestions, criticism, etc. Here's what I have in mind... 1. I currently have all of my websites hosted on Server #1. (We'll call it that for the sake of avoiding confusion.) 2. I have an automatic nightly backup setup via cPanel / WHM that backs up all accounts from Server #1 to Server #2 via FTP. (Server #2 is in a totally different data center, with a different provider.) 3. The nightly backup packages all of the accounts as "cPanel Full Backups." So, they're compressed, and as such, they don't work as "live, functioning websites" on Server #2. The only way to make them "live and functional" on Server #2 would be to use cPanel to "restore" the backups. 4. So, what I'd like to do is setup a CRON job that would automatically "Restore" the backups each morning on Server #2. That way, Server #2 would always have a functional version of all my accounts, that is less than a day old. Then, if Server #1 ever crashed, I'd just have to change DNS information to point to Server #2, and all of the websites would be live again, without having to physically restore all of the backups using cPanel. I don't know a ton about CRON. However, as I understand it, CRON couldn't actually make cPanel restore the backups. However, I'm assuming that when you use cPanel's "Restore" function, it just goes through a series of processes. So, it seems logical to me that, if you knew what those processes were, you could write a CRON job to automate the process every morning. Did that make sense? If so, is it possible? Do you guys have any input, criticism, etc? If it's doable, can you make any suggestions that would help me make this happen? Finally, if you think you have the expertise to make this happen, I'd be interested in chatting with you via Private Message. I'd be willing to pay to have this done.(Note to Moderators: I'm not sure if my last comment is allowed or not ... if not, please feel free to remove it. I'm far more interested in the discussion of this process than trying to solicit help in making it happen.)
View Replies!
View Related
Using CRON To Restore CPanel Backups Daily
I encountered a big server crash on my VPS that caused me a lot of downtime. I'm currently trying to figure out a solution to keep a current "clone" of all of my server accounts on a second server. That way, if I ever encounter another crash, I'll be able to simply change DNS information to have all accounts "live" using the backup server. I appreciate any input, advice, suggestions, criticism, etc. Here's what I have in mind... 1. I currently have all of my websites hosted on Server #1. (We'll call it that for the sake of avoiding confusion.) 2. I have an automatic nightly backup setup via cPanel / WHM that backs up all accounts from Server #1 to Server #2 via FTP. (Server #2 is in a totally different data center, with a different provider.) 3. The nightly backup packages all of the accounts as "cPanel Full Backups." So, they're compressed, and as such, they don't work as "live, functioning websites" on Server #2. The only way to make them "live and functional" on Server #2 would be to use cPanel to "restore" the backups. 4. So, what I'd like to do is setup a CRON job that would automatically "Restore" the backups each morning on Server #2. That way, Server #2 would always have a functional version of all my accounts, that is less than a day old. Then, if Server #1 ever crashed, I'd just have to change DNS information to point to Server #2, and all of the websites would be live again, without having to physically restore all of the backups using cPanel. I don't know a ton about CRON. However, as I understand it, CRON couldn't actually make cPanel restore the backups. However, I'm assuming that when you use cPanel's "Restore" function, it just goes through a series of processes. So, it seems logical to me that, if you knew what those processes were, you could write a CRON job to automate the process every morning. Did that make sense? If so, is it possible? Do you guys have any input, criticism, etc? If it's doable, can you make any suggestions that would help me make this happen? Finally, if you think you have the expertise to make this happen, I'd be interested in chatting with you via Private Message. I'd be willing to pay a reasonable sum for some help with this.
View Replies!
View Related
Cron Job In Cpanel. Want To Automate Backups
I have been doing some research and I would love some help with this. I want to set up a cron to automatically backup my site's files & databases once a month. And I am not sure what how I do it? - Do I need a script on my server and then the cron job runs it? - Is there a better way to do this then cron?
View Replies!
View Related
Cpanel Not Working
Anytime I try to get in cpanel like www.yourwebsite/cpanel , it gives me this error. Quote: Network Access Message: The page cannot be displayed Technical Information (for Support personnel) * Error Code: 502 Proxy Error. The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. (12204) * IP Address: 192.168.0.1 * Date: 7/5/2007 7:50:26 PM * Server: server.digital.local * Source: proxy what could be wrong? is there any other way i can get inside cpanel?
View Replies!
View Related
Cpanel Not Working... Need To Backup
As a background: They had uptime problems, which have since been resolved, however now they seem to have let their cpanel license lapse. Neither I, nor my clients (nor anyone else on the server, according to their forums), can log into CPanel or WHM, getting the error "Cannot read license file." In the beginning they kept saying it would be fixed in 24 hours. 3 weeks later, still waiting. At any rate, our biggest issue right now is that cpanel has not been working since the first week in July. I make weekly full backups, sent via ftp to a remote server, of all my client sites with a cronjob. Since cpanel has been offline, I haven't had a backup since July 1. I'm doing a straight FTP of all the sites' data individually to my hard drive as I'm not sure what else to do to back up their stuff. I guess my question is: If I have to resort to finding a new host (which, if this doesn't get resolved soon, I'll have to), will these straight FTP backups be enough to restore the sites, including mysql data, email accounts, cgi sections, .htaccess/.htpasswd files, etc? What about WHM data for my reseller account? My assumption is that this will be a lot more work, but hoping it's not my only option.
View Replies!
View Related
Cpanel And Mail Not Working
I set up a new account the other day and everything was set up as normal. My client cannot recieve their emails through outlook express and I cannot open their cpanel thrugh their url. I know I set everything up correct, and even deleted the account and created it again. I am lost on this one, this has never happen to me before.
View Replies!
View Related
CPanel Stopped Working In Vista
Yesterday I could reach all of my cPanels on a Vista laptop; today they all time out. I can reach them with other computers. It doesn't matter if I go to mysite.com/cpanel or mysite.com:2082. I even added a port 2082 under Windows Firewall; no change. I'm not using any 3rd party firewalls. I did install a bittorrent client last night, then uninstalled it when it didn't work.
View Replies!
View Related
Web Protect Not Working In Cpanel
I have protected one folder on my domain from Cpanel using function "web protect" also its asking for password but the password is not working. I did checked the .htpasswd file in users home directory and it have the user created for protection.
View Replies!
View Related
CPanel- Accounts Transferred, Email Not Working
I tranferred all my accounts from my old cpanel server to my new one, Updated the DNS records with my registrar to the new ips, unfortunately e-mail is not working, i used the trouble shooter and seems to trying to relay or something my mail to the old IP. I keep getting this error when trying to send to an account IPdoes not like recipient. Remote host said: [IP DOMAIN] is currently not 550-permitted to relay through this server. Perhaps you have not logged into 550-the pop/imap server in the last 30 minutes or do not have SMTP 550 Authentication turned on in your email client. Giving up on [IP].
View Replies!
View Related
HTTPS Not Working - Cpanel Based Site
Today, I've purchased a RapidSSL Certificate for my site with Cpanel and https:// access did not work. What I did was :- 1) Generate a Private Key 2) Create a CSR Request Certificate 3) Submit that and installed the Certificate in WHM for the site. The site is running on a dedicated IP and it works as http:// but not with the https:// . I checked and Cpanel did include the SSL directive for the site in httpd.conf and have rebooted the server and restarted httpd but to no avail. I also had OpenSSL 0.9.8.3a installed and update WHM. The Apache 1.x was installed with OpenSSL Support too. Is there a SSL Server or something which may not be active ?
View Replies!
View Related
How To Cron On Windows Server?
I truly love the 'cron' feature on Linux servers. This way I can schedule php scripts to do repetitive tasks on my website, but I plan to develop a asp.net website. Is this kind of scheduling scripts possible on Windows servers? Else how do I perform repetitive automatic tasks? It would be a shared hosting.
View Replies!
View Related
Non-working Forwarding Email Account On Working Domain
I have a domain with a few forwarding email accounts that forward to mac.com email accounts... for some reason every once in a while these accounts stop working... This is the error I get when I email to that account: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: ...
View Replies!
View Related
Cron Issues On VPS Server
I have a VPS Setup which is running Cpanel, everything works fine apart from some of my clients Cron Jobs. Each user is trying to get cron to run a script to update a page. if they run the script from a browser then it works fine and the page is updated, however if they let cron run the script, it does not run and they get an error email from the server. E.g. ************************* Subject: Cron <xxx@xxx> php -f /home/xxx/public_html/1min.php From: "Cron Daemon" <xxx@xxx.xxx.co.uk> Date: Fri, January 18, 2008 12:55 am To: xxx@xxx.co.uk Priority: Normal Options: View Full Header | View Printable Version | Download this as a file No input file specified. ********************* I have check the server and everything seems to be fine, I have cron jobs running as part of WHMCS which all work fine, I just cant find the error.
View Replies!
View Related
Dedicated Server - How To Setup CRON
I'm trying to help out a friend with a dedicated server setup however we both don't know too much about it. We've setup apache, perl, sql all the standard stuff but cannot for the life of us setup a CRON job for a particular script. The dedicated server control panel is: WHM Accelerated. Our current websites have been setup on the server under the same user account (master). There doesn't seem to be the usual "CPANEL" options which you usually get with shared hosting however.
View Replies!
View Related
Determine What Cron Jobs Are Killing Server And When
We're running on Linux/Apache/MySQL/RoR and have a number of cron jobs that run throughout the day on our server. We've been noticing lately that at certain times of the day the site becomes really slow. When I'm online with my engineers I can mention this to them and they can check and see and say "Oh yeah, it's job XYZ that's spiking the server load." That's great but much of the time when I notice the sluggishness my developers are offline (we're in different time zones). I'm wondering if there's a fairly easy way to track this when they're not online so we can say "Yup, last night at 10 PM your time when you noticed that it was job ABC." There has to be something that allows you to do this right?
View Replies!
View Related
[cPanel] Function Mail(); And Fowarders E-mail - Not Working
I have problem: 1. Function mail(); not working 2. osCommerce e-mail error: Code: Gid 32157 is not permitted to relay mail, or has directly called /usr/sbin/exim instead of /usr/sbin/sendmail. 3. Fowarders working only on internal accounts e-mail fowarder@mydomain.com --> email@mydomain.com - working fowarder@mydomain.com --> my-emiail123@mail.pl - not working This is VPS cPanel (OpenVZ) on my dedicated server.
View Replies!
View Related
SFTP Is Not Working No VPS Server
i am not able to get connect to SFTP server domain : testing.com user : test@testing.com pass : 123456 port : 7256 & getting following error ##################### Status: Connecting to testing.com:7256... Response: fzSftp started Command: open "test@testing.com@testing.com" 7256 Command: Trust new Hostkey: Yes Command: Pass: ************ Error: Authentication failed. Error: Critical error Error: Could not connect to server ##################### note that we are able to get connected to the server with FTP using same username & password i asked our data centre regarding this issue & they suggested to use root password , but we don't want to give root password to the client
View Replies!
View Related
Www. Not Working For All Domains On Server
I'm currently experiencing a problem where all domains on a server are not resolving with www. --- the domains themselves resolve fine, but the www. cnames are not resolving to the domains. This has caused quite a frustration and I'm wondering if anyone else has encountered this and if there is a quick fix to resolve it. The domains appear to have the correct structure for the www. cname pointed to the domains so I'm guessing it must be something else. I'm seeing this from WHM/cPanel --- the operating system is CENTos
View Replies!
View Related
WAMP Server With PEAR Working
Does anybody know a WAMP server where pear is actually working so also CLI.. as i tried so many but they all seem to work like crap *edit Wrong forum can anybody move it *edit #2 Umm actually i mean a WAMP Development server like XAMPP can anybody put it in PHP forums
View Replies!
View Related
Email Stopped Working On Server
Recently I noticed that I was not getting any email on my server. Server is running CentOS When I send email to myself I am not getting anything and then it bounces back several days later saying the server is not responding. When I check on Dnsstuff.com I get the following: Trying to connect to all mailservers: mail.webzila.com. - 216.32.77.68 [Could not connect: Could not receive data: Operation timed out.] [Note that if your mailserver takes over 30 seconds to respond, our test will timeout, even though real mailservers will wait longer] I tried turning mail services OFF and then ON again in Plesk but that didnt help.
View Replies!
View Related
Installing A Control Panel On Already Working Server
We have a dedicated server with domains already setup and everything. The guy who used to run it for us has left and it appears it was all done via SSH and command line - we don't have that level of skills. Is there a way which we can: A) install a Control Panel and administer ourselves B) Migrate all the domains to a new dedicated server with an existing control panel.
View Replies!
View Related
Email Function Not Working (MS Window Server 2003)
We have a MS Window server 2003 with SP2, currently there is a website running, the webiste is desgined by using asp.net 2.0 c#. We reinstalled the window server 2003 last week, and we found the email functions not working any more(users in the website can't receive email each other). I have spent days and trying to figure out, but no luck, I have tried to reset the IIS settings, SMTP Virtual settings, and add/remove windows componets settings...
View Replies!
View Related
Apache Is Working On Your CPanelŽ & WHM Server
I was changing IP Addresses on one of my domains on my VPS to a spare fresh IP. Since doing this, my DNS hasn't fully propgated, so I'm then facing this message. Apache is working on your cPanelŽ and WHM Server Now my question is, how do I change this default green Cpanel page? Could I swap it with my own page?
View Replies!
View Related
FTP, Email, Browser Access To Server Not Working
My server was hacked so they did a OS reload. Everything seemed ok then they did the Level 2 Security Plan which includes Update kernel to the latest release Update security patches Thorough security audit Installation and configuration of firewall Installation of security updates as released by OS vendor Installation of security updates as released by Control Panel vendor Configuration changes as desired by customer Disabling of unused and insecure services Removal of insecure packages and unnecessary software Regular scans for easy-to-guess users passwords Log auditing for unusual activity Investigating hacking attempts Restoring files from backup Anti-spam configuration Anti-virus configuration Anti-DoS/DDoS kernel code tweaking Default system users removal SSH server hardening Mod_Security (Intrusion detection and prevention engine for web applications) Securing /tmp directory Kernel tuning with sysctl Snort (Network Intrusion Detection System) Acid (Analysis Console for Intrusion Databases) Smartd (HDD Reliability monitor) SIM (System Integrity Monitor) PRM (Process Resource Monitor) SPRI (System Priority) BFD (Brute Force Detection) PMON (Socket Monitor) Tripwire (keeps track of every file being moved/edited in the system) CHkrootkit (Rootkit/Exploit scanner reports sent daily) 1. Now I get a timed out message via my browsers IE & Mozilla 2.When I try to FTP into an account I get this message, same message on all accounts. [06:37:47] Connecting to 72.21.49.74 Port: 21 [06:38:08] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. 3. When I try to retrieve my email via Outlook 2007 I get this Receiving reported error (0x80042108) 0UTLOOK CANNOT CONNECT TO YOUR INCOMING (pop3) EMAIL SERVER Here are the traceroute results (image below) Note the timed out message Servstra keeps telling me everything works on their end...... yet I cannot get to the server any longer.
View Replies!
View Related
LeaseWeb: Prepaid For 1 Year; Waited 1 Month; Still No Working Server
Prepaid for 1 year: EUR 19xx. HP server provisioned on Apr 18, but with wrong hardware: KVM not working, and RAID controller can't do JBOD. After slow and lengthy email exchange, they agreed to swap it with a Dell that's supposed to fix these hardware problems. Price would remain the same. Dell server provisioned on May 18, but again RAID controller can't do JBOD. And access to KVM is not provided. And they want to charge me another EUR 19xx for this replacement server! Immediately emailed them about these 3 problems, but it's been 4 days and haven't heard a word from them.
View Replies!
View Related
Home Web Server Set Up, Relative Paths Not Working
I've had a web server set up for a while at home to do some testing. I can view the site locally using my IP but all relative paths of CSS or images on the html page (eg /something/title.gif) don't show up. Bizarrely, if I go to[url], they appear! Anyone know what the issue may be? The "DocumentRoot" value in Apache conf is pointing to the correct folder.
View Replies!
View Related
Subdomain In Other Server, Get "Great Success ! Apache Is Working On Your CPanelŽ"
if you have a website with 2 or more servers i have two server, both are using whm/cpanel i had been pointing a subdomain.domain.com to the second server IP 111.222.333.444 in first server WHM "Edit DNS Zone", its already 48 hours now now i can login the ftp subdomain.domain.com, its success to login to the ftp but its still showing this message when open the subdomain site from browser Quote: Great Success ! Apache is working on your cPanelŽ and WHM Server If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content. ATTENTION! If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group. About cPanel: cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site. About Apache HTTP Server: The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry.
View Replies!
View Related
Subdomain In Other Server, Get "Great Success ! Apache Is Working On Your CPanelŽ"
if you have a website with 2 or more servers i have two server, both are using whm/cpanel i had been pointing a subdomain.domain.com to the second server IP 111.222.333.444 in first server WHM "Edit DNS Zone", its already 48 hours now now i can login the ftp subdomain.domain.com, its success to login to the ftp but its still showing this message when open the subdomain site from browser Quote: Great Success! Apache is working on your cPanelŽ and WHM Server If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content. ATTENTION! If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group. About cPanel: cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site. About Apache HTTP Server: The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry.
View Replies!
View Related
Cpanel Domain Name Server (DNS) Setting For Email On 2 Seperate Server
This is the scenario, domain.com are setup on server1, however server2 also has the same profile of domain.com as we use ns3 and ns4 using domain.com. This works fine with the nameserver setup on server2. However I encounter problems as the emails from server2 won't reach server1 as there are duplicate profile on server2. My question is how do I setup the DNS in cpanel/whm from server2 so the emails from server2 will reach server1? Server1 (www.domain.com) ns1.domain.com ns2.domain.com Server2 ns3.domain.com ns4.domain.com
View Replies!
View Related
|