Thread: [Solved] Full reset fail apache

View Single Post
  #1 (permalink)  
Old 10-24-2009, 02:43 PM
kara_iran kara_iran is offline
Junior Member
User
 
Join Date: Sep 2009
Location: BANDAR ABBAS CITY
OS: Debian , Ubuntu
Posts: 22
Thanks: 6
Thanked 0 Times in 0 Posts
Rep Power: 0
kara_iran is on a distinguished road
Default Full reset fail apache

Hi Friends
in file php.ini
In mail function,Activated below
Code:
[mail function] 
; Setup for Linux systems 
sendmail_path = /usr/sbin/sendmail -t 
sendmail_from = me@myserver.com
now , restart apache2 The following method
/etc/init.d/apache2 restart

Code:
/etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using MY IP ADDRESS for ServerName
 ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using MY IP ADDRESS for ServerName
not show OK in linux debian
But this Command on ubuntu show OK when restarting apache2
Where is the problem

Last edited by kara_iran; 10-24-2009 at 03:41 PM.
Reply With Quote