AMH 社区首页
AMH社区 - 开放自由有价值的社区
[综合话题] 求助, 自己要疯掉了.一直404,都已经晚上10点了. |
|
---|---|
tug |
tug 发表于 2013-12-12 18:16:16
首先,真的感谢AMY团队提供了这么一个好的控制面板.速度快,资源占用极低.
先汇报下环境. 1,静态IP, 网速很稳定.大概10M左右.. 2 服务器 二手IBM SERVERX 志强双CPU.4G内存. 3,从新擦除硬盘上所有东西 安装了centos6.5 64bit + amy4.2 4,安装前,域名和网站使用的正常, wordpress+opencart 用的wdos。 目前问题。 1,打开面板后。安装了rewrite pathinfo zend 和yahei探针,以及mail,ftp 等模块,然后建立虚拟主机,可是无论是使用图形界面还是ssh,添加网站,反映的都是404页面。 2,安装过程中,讯问我的IP地址,我填了服务器的内网地址 ,打开面板后,ip地址不显示。哪里可以添加ip地址。 3,时间显示的是北京时间。我这里比国内快5个小时,能否修改时间。 自己查了论坛的帖子,查了4个小时。。一直没找到答案。。 帮帮我吧。。。 另,,自己刚接触linux和服务器。。。比较小白。。。谢谢
点赞,加油! (0分)
2013-12-12 18:16:16 1
|
tug |
另,期间重启服务过,,关掉REWRITE过,都不行。
回复
2013-12-12 18:20:11 2
|
tug |
=============================================================
[LNMP/Nginx] Amysql Host - AMH 4.2 http://Amysql.com Linux: CentOS release 6.5 (Final) - 64BIT UpTime: 5:11 online. Time: 2013-12-12 17:53:25 LA: 0.26, 0.11, 0.03 IP: CPU: 2.35%us, 4*CPU - Intel(R) Xeon(TM) CPU 3.20GHz Intel(R) Xeon(TM) CPU 3 .20GHz Intel(R) Xeon(TM) CPU 3.20GHz Intel(R) Xeon(TM) CPU 3.20GHz RAM: 230MB / 3830MB HD: 1.7GB / 66.37GB
回复
2013-12-12 18:27:15 3
|
tug |
[root@ibmserverx conf]# cat nginx.conf
user www www; worker_processes auto; error_log /home/wwwroot/index/log/nginx_error.log crit; pid /usr/local/nginx/logs/nginx.pid; #Specifies the value for maximum file descriptors that can be opened by this pro cess. worker_rlimit_nofile 51200; events { use epoll; worker_connections 51200; } http { include mime.types; default_type application/octet-stream; server_names_hash_bucket_size 128; client_header_buffer_size 4k; large_client_header_buffers 4 4k; client_max_body_size 50m; sendfile on; tcp_nopush on; keepalive_timeout 60 60; fastcgi_connect_timeout 300; fastcgi_send_timeout 300; fastcgi_read_timeout 300; fastcgi_buffer_size 16k; fastcgi_buffers 16 16k; fastcgi_busy_buffers_size 16k; fastcgi_temp_file_write_size 16k; fastcgi_intercept_errors on; tcp_nodelay on; server_tokens off; gzip on; gzip_min_length 1000; gzip_proxied expired no-cache no-store private auth; gzip_types text/plain text/css text/xml text/javascript applicatio n/x-javascript application/xml application/rss+xml application/xhtml+xml applica tion/atom_xml; gzip_disable "MSIE [1-6].(?!.*SV1)"; log_format access '$remote_addr - $remote_user [$time_local] "$request " ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" $http_x_forwarded_for'; include vhost/*.conf; server { listen 8234; server_name 192.168.1.100; index index.html index.htm index.php; root /home/wwwroot/index/web; fastcgi_buffer_size 4k; fastcgi_buffers 8 4k; fastcgi_busy_buffers_size 4k; gzip off; location ~ .*\.php$ { fastcgi_pass unix:/tmp/php-cgi.sock; fastcgi_index index.php; include fcgi.conf; } location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { expires 30d; } location ~ .*\.(js|css)?$ { expires 12h; } access_log /home/wwwroot/index/log/access.log combined; error_log /home/wwwroot/index/log/error.log crit; } server { listen 80 default; return 400; } }
回复
2013-12-12 18:28:05 4
|
ali |
缓存插件卸载看看
回复
2013-12-12 18:40:24 5
|
tug |
自己猜,应该是IP地址的问题。。可是如何修改呢。。不会重新安装把。。
i
回复
2013-12-12 18:41:44 6
|
tug |
ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:5E:80:A0:E6 inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::214:5eff:fe80:a0e6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:193472 errors:0 dropped:0 overruns:0 frame:0 TX packets:183157 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:169759187 (161.8 MiB) TX bytes:33868916 (32.2 MiB) Interrupt:16 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:6114 errors:0 dropped:0 overruns:0 frame:0 TX packets:6114 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:564831 (551.5 KiB) TX bytes:564831 (551.5 KiB) 自己的ifconfig 信息。
回复
2013-12-12 18:46:39 7
|
tug |
算了。。自己卸载重装一遍吧。。输入正确的IP
回复
2013-12-12 19:04:13 8
|
tug |
呵呵,自己在这里自言自语的盖楼玩呢。。。
回复
2013-12-12 19:04:40 9
|
shylocker120 |
一: keepalive_timeout 60 60;
要么是60要么是6060不知道你中间空格是什么意思。设置为60看看。 二:你下载的模块有冲突,卸载或重装。
回复
2013-12-12 19:50:11 10
|