First, the first page:
celab.org.br
The moodle into cleab isnt goin to appear as the last one closed the link, he just putted a maintenance page there, the link to acess was the /sistema.
So it was like celab.org.br/sistema
[root@cpro5523 cmi]# curl -I http://celab.org.br/sistema
HTTP/1.1 403 Forbidden
Date: Tue, 02 Jul 2013 11:39:37 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Fri, 25 Nov 2011 17:19:46 GMT
ETag: "808b-6b-4b2925c0a7080"
Accept-Ranges: bytes
Content-Length: 107
Connection: close
Content-Type: text/html; charset=UTF-8
See?
[root@cpro5523 cmi]# find / -name httpd.conf
/etc/httpd/conf/httpd.conf
[root@cpro5523 cmi]# find / -name apache.conf
find: /proc/30824: No such file or directory
find: /proc/30857: No such file or directory
find: /proc/30919: No such file or directory
find: /proc/30923: No such file or directory
find: /proc/30956: No such file or directory
find: /proc/32645: No such file or directory
find: /proc/32653: No such file or directory
find: /proc/32654: No such file or directory
find: /proc/32655: No such file or directory
find: /proc/32656: No such file or directory
find: /proc/32669: No such file or directory
find: /proc/32690: No such file or directory
find: /proc/32691: No such file or directory
find: /proc/32693: No such file or directory
[root@cpro5523 /]# find / -name apache2.conf
find: /proc/28782: No such file or directory
find: /proc/28815: No such file or directory
find: /proc/28852: No such file or directory
[root@cpro5523 /]# whereis httpd
httpd: /usr/sbin/httpd.event /usr/sbin/httpd /usr/sbin/httpd.worker /etc/httpd /usr/share/man/man8/httpd.8.gz
[root@cpro5523 /]# whereis apache2
apache2:
[root@cpro5523 /]# whereis apache
apache:
[root@cpro5523 /]# cd /opt/lampp
bash: cd: /opt/lampp: No such file or directory
Second Response!
[root@cpro5523 /]# cat /etc/redhat-release
CentOS release 5.9 (Final)
The moodle folder on CELAB is called "sistema", and was acessible by 'http://celab.org.br/sistema', but is not acessible anymore.
Yes, every moodle we got has a .conf file com /etc/httpd/vconf.d (And thats why I was thinking that what I need is to replicate one of them and adjust)
[root@cpro5523 celab.org.br]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@cpro5523 celab.org.br]# /usr/sbin/apachectl -t
Syntax OK
I'am replicanting the vconf.d file now and will post what I get.
And Thank you for everything Ken!
Xupim