Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899
Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 531
Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 532
Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 533
Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 534 Fedora 11
http://www.configureinstallsetup.com/category/basic_linux_command/fedora_11
The taxonomy view with a depth of 0.enTroubleshooting Squid Proxy Server
http://www.configureinstallsetup.com/fedora_11/troubleshooting_squid_proxy_server.html
<p>
<font size="5"><u><b>Getting Troubleshooting Squid Proxy Server</b></u></font></p>
<p><b>Troubleshooting</b> technics is very important to trace your problem on how fast you solve the problem. Here are the step by step tutorial for how to troubleshoot you squid proxy server when your proxy server is down. For these examples, i'm using squid which is running on Linux fedora 10. </p>
<p><font size="4"><b>How to troubleshoot when your squid proxy server is not running?</b></font></p>
<p>1. Su to root user<br />
<b>[fedora10@fedora ~]$ su -<br />
Password:<br />
[root@fedora ~]#</b></p>
<p>2. check network card<br />
<b>[root@fedora ~]# service network status<br />
Configured devices:<br />
lo eth0 eth1<br />
Currently active devices:<br />
lo<br />
[root@fedora ~]#</b></p>
<p>3. Bring up network card<br />
<b>[root@fedora ~]# ifup eth0<br />
[root@fedora ~]# ifup eth1<br />
[root@fedora ~]#<br />
</b><br />
4. Verify your network status<br />
<b>[root@fedora ~]# service network status<br />
Configured devices:<br />
lo eth0 eth1<br />
Currently active devices:<br />
lo eth0 eth1<br />
[root@fedora ~]#</b></p>
<p>5. Check SQUID service<br />
<b>[root@fedora ~]# service squid status<br />
squid is stopped<br />
[root@fedora ~]#<br />
</b><br />
6. Start SQUID service<br />
<b>[root@fedora ~]# service squid start<br />
Starting squid: . [ OK ]<br />
[root@fedora ~]#<br />
</b><br />
7. Verify SQUID status<br />
<b>[root@fedora ~]# service squid status<br />
squid (pid 3651) is running...<br />
[root@fedora ~]#<br />
</b><br />
8. CHECK iptables status</p>
<p><a href="http://www.configureinstallsetup.com/fedora_11/troubleshooting_squid_proxy_server.html">read more</a></p>Fedora 11Mon, 14 Sep 2009 18:19:01 -0700linux194 at http://www.configureinstallsetup.comInstall Setup Apache Web Server YUM Fedora Core Server
http://www.configureinstallsetup.com/fedora_11/install_setup_apache_web_server_yum_fedora_core_server.html
<p>
<font size="5"><u><b>Install Apache Web Server using YUM Setup and Configuration on Fedora Core Server.</b></u></font></p>
<p>In Linux distributions, normally the default web server will use Apache as known as <b>httpd</b>. The configuration files for httpd is located on directory <b>/etc/httpd</b>. This step by step tutorial will show and explain how the apache web sever working on the Fedora Core Operating System Server.</p>
<p><font size="4"><b>Install Apache Web Server. </b></font>
</p>
<p>
<img src="/files/yum_install_httpd/yum_install_httpd_1.PNG" alt="yum_install_httpd_1.PNG" title="yum_install_httpd_1.PNG" height="413" width="666" />
</p>
<p><a href="http://www.configureinstallsetup.com/fedora_11/install_setup_apache_web_server_yum_fedora_core_server.html">read more</a></p>Fedora 11Thu, 03 Sep 2009 20:26:55 -0700linux193 at http://www.configureinstallsetup.com