After installation cwp on centos 7 successfully , I can not go to the admin panel .
when i wrote my ip in address bar , see this image that means cwp installed but admin panel page get ERR_CONNECTION_TIMED_OUT .
this is my open ports
and when i use curl command for two ports(2030 , 2031), this result return
Related
I am new to moodle, I have configured moodle on a Linux server, where there was IP address in place of the domain name. After I have replaced a subdomain name with my IP address, but then I am getting a registered site to model error.
but when I tried to register the site, I got the following error.
The hub cannot access your site at http://dnl.mydomain.com - Unable to connect (cURL error 6). Make sure that the site is not blocking HTTP requests from AWS IP address ranges.. Your Moodle site and the hub need to be able to communicate with each another. If you are unable to register your site please email support#moodle.org
well, If I can register site then it will be fine. But if I don't want to register my site then How can I hide this error.
If its a local site, you can switch off the registration message by adding this to config.php
$CFG->site_is_public = false;
I am learning WordPress and I have had a terrible time getting back into localhost:8888/wp-admin/. It worked fine when I first built the site, but I was unable to access the wp-admin log in screen after I turned my laptop back on. The login screen comes on occasionally, but goes back to the error page when I try to log in. When I type in localhost:8888/wp-admin/, I go to a screen with this message:
This site can’t be reached
localhost refused to connect. Search Google for localhost 8888 admin
ERR_CONNECTION_REFUSED
My MAMP settings:
Apache Port - 80
Nginx Port - 80
MySQL Port - 3306
These are the error message I get while trying to run Apache from Xampp control panel. I am using Windows 8 and XAMPP Version: 1.8.2
Error Message :
The Apache service named reported the following error:
(OS 10013) An attempt was made to access a socket in a way forbidden by its access permissions. : AH00073: make_sock: unable to listen for connections on address 0.0.0.0:80
I have already tried these solutions but no use :
Changed the port no to 8080 in httpd.conf and httpd_ssl.conf
In cmd checked netstat -a -n-o | find "80" but port 80 is not in use.
In httpd.conf the DocumentRoot and <Directory> entries are pointing to existing folders.
Skype , IIS is disabled.
Firewall has valid inbound rule to allow access .
Uninstalled and reinstalled the Xampp .
Control Panel error:
Windows event view error:
I know this is an old thread. I don't have enough reps to upvote. :( But after 2 hours of troubleshooting, changing the http.conf and httpd-ssl.conf files for the listener and port references to 8080, and still getting this error, but #afkari got it. Running XAMPP as administrator resolved my issue (Windows 10).
. . . made to access a socket in a way forbidden by its access permissions . . .
Do you run xampp with administrator access in windows 8.* ?
Xampp on windows 8 need administrator access to work correctly.
Follow there steps :
Locate the program icon or a shortcut in Windows Explorer.
Right-click the program icon or shortcut, and then click Run as administrator.
When the UAC message is displayed, do one of the following:
If you are logged on as a standard user, or if UAC is configured to always require credentials, enter the appropriate administrative credentials, and then click OK.
If you are logged on as an administrator and UAC is not configured to always require credentials, click Yes to start the application.
OR
You can use this link on microsoft website :
run an application once with a full administrator access
Im trying to learn developing a simple website using Joomla 3.4.4. I Installed Xampp and joomla. I changed the ports in 'apache' and 'mySQL' from Xampp Control panel. (changing the port httpd.conf file to 8080, port in httpd-ssl.conf file to 4433 and respective one in mySQL to 33066). I can access localhost:8080 and view the home page. But when installing the the joomla on xampp server (after extracting the joomla files to htdocs folder) the first installation page is perfectly loaded and information is asked about the site. When the But in 'database configuration' phase's progress bar never ends. I can't go beyond that. Information provided in database configuration phase is as follow:
database type: MySQL
Host Name : localhost:8080
User Name : root
password : password
Database Name : joomla17
Table Prefix : jj_
There's another problem that was arisen with this installation. Even though I can access localhost:8080 page, I can access phpMyAdmin. It says these errors:
MySQL said: Documentation
Cannot connect: invalid settings.
Connection for controluser as defined in your configuration failed.
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Please Help me with these issues.
I have installed WampServer Version 2.4.9 on windows 7
Created a folder in wamp/www/myproject/index.php ,I am using user account(not admin account).The index.php conatins HTML code only,I tried with index.html too,but nothing worked.
The problem:
When I run localhost or phpmy admin by typing localhost in browser URL space then it shows the main window and then i click on project and get these messages:
This webpage is not available
when I click on more button in browser
The server at myproject can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to
its Internet address. This error is most often caused by having no
connection to the Internet or a misconfigured network. It can also be
caused by an unresponsive DNS server or a firewall preventing Google
Chrome from accessing the network.
I tried running from admin account too but that also did not worked.I tried running the application with off state of firewall too but that also did not work
EDIT:
I uninstalled xxamp ,I have apache tomcat too in my system that is used with JSP ,it takes 8080 port.but it is not running currently.The default port for wamp is 80,I tried running it on 81,8080,but both the thing didn't work.Skype also take port 80 so I exited from skype too...
when i type localhost/myproject,It worked.
but when I type localhost and then main page of wamp comes...and when click on localhost then the dns lookup failure occur that is written initially
check whether port 80 is free. You can check it in your apache conf file.