Trying to connect public domain with xampp server

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Trying to connect public domain with xampp server

Postby ufotje » 27. December 2018 12:57

Hi guys...
I've set up my xampp server on windows and now am trying to make the files in my htdocs accessable by public domain.
This is what I've bin doing so far:
I set up my ip-addres to be static
I set up my rooter to forward the needed ports to my external ip-address
I changed my nameserver file at my domain registar
I changed the windows host file
And so far so good, if I surf from any computer to my public ip-address my website is shown, but now comes the tricky part I tried to set up a virtual host in my xampp server, but from the moment I change anything in my configuration files the server wont start anymore.
This is what I added at the bottom of my httpd-vhost file:
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/"
ServerName localhost
</VirtualHost>

<VirtualHost *:80>
ServerAdmin webmaster@goanation.net
DocumentRoot ":/xampp/htdocs/goanation.net"
ServerName goanation.net
ServerAlias www.goanation.net
</VirtualHost>

And this is the error I get:
[Thu Dec 27 12:14:27.781856 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:38015] script 'C:/xampp/htdocs/help.php' not found or unable to stat
[Thu Dec 27 12:14:28.569080 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:38262] script 'C:/xampp/htdocs/java.php' not found or unable to stat
[Thu Dec 27 12:14:29.257184 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:38445] script 'C:/xampp/htdocs/_query.php' not found or unable to stat
[Thu Dec 27 12:14:30.026954 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:38637] script 'C:/xampp/htdocs/test.php' not found or unable to stat
[Thu Dec 27 12:14:30.716457 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:38839] script 'C:/xampp/htdocs/db_cts.php' not found or unable to stat
[Thu Dec 27 12:14:31.400398 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39040] script 'C:/xampp/htdocs/db_pma.php' not found or unable to stat
[Thu Dec 27 12:14:32.088933 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39215] script 'C:/xampp/htdocs/logon.php' not found or unable to stat
[Thu Dec 27 12:14:32.788630 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39401] script 'C:/xampp/htdocs/help-e.php' not found or unable to stat
[Thu Dec 27 12:14:33.468397 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39599] script 'C:/xampp/htdocs/license.php' not found or unable to stat
[Thu Dec 27 12:14:34.159106 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39803] script 'C:/xampp/htdocs/log.php' not found or unable to stat
[Thu Dec 27 12:14:34.852871 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:39988] script 'C:/xampp/htdocs/hell.php' not found or unable to stat
[Thu Dec 27 12:14:35.596948 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:40173] script 'C:/xampp/htdocs/pmd_online.php' not found or unable to stat
[Thu Dec 27 12:14:36.300842 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:40376] script 'C:/xampp/htdocs/x.php' not found or unable to stat
[Thu Dec 27 12:14:36.971397 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:40576] script 'C:/xampp/htdocs/shell.php' not found or unable to stat
[Thu Dec 27 12:14:37.662768 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:40766] script 'C:/xampp/htdocs/htdocs.php' not found or unable to stat
[Thu Dec 27 12:14:38.359495 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:40955] script 'C:/xampp/htdocs/desktop.ini.php' not found or unable to stat
[Thu Dec 27 12:14:39.076800 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:41159] script 'C:/xampp/htdocs/z.php' not found or unable to stat
[Thu Dec 27 12:14:39.806283 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:41349] script 'C:/xampp/htdocs/lala.php' not found or unable to stat
[Thu Dec 27 12:14:40.559322 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:41561] script 'C:/xampp/htdocs/lala-dpr.php' not found or unable to stat
[Thu Dec 27 12:14:41.280682 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:41753] script 'C:/xampp/htdocs/wpc.php' not found or unable to stat
[Thu Dec 27 12:14:42.016023 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:41946] script 'C:/xampp/htdocs/wpo.php' not found or unable to stat
[Thu Dec 27 12:14:42.777962 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:42131] script 'C:/xampp/htdocs/text.php' not found or unable to stat
[Thu Dec 27 12:14:43.498386 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:42344] script 'C:/xampp/htdocs/wp-config.php' not found or unable to stat
[Thu Dec 27 12:14:44.379498 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:42536] script 'C:/xampp/htdocs/muhstik.php' not found or unable to stat
[Thu Dec 27 12:14:45.160304 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:42771] script 'C:/xampp/htdocs/muhstik2.php' not found or unable to stat
[Thu Dec 27 12:14:45.918863 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:42979] script 'C:/xampp/htdocs/muhstiks.php' not found or unable to stat
[Thu Dec 27 12:14:46.721686 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:43219] script 'C:/xampp/htdocs/muhstik-dpr.php' not found or unable to stat
[Thu Dec 27 12:14:47.475993 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:43451] script 'C:/xampp/htdocs/lol.php' not found or unable to stat
[Thu Dec 27 12:14:48.254540 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:43677] script 'C:/xampp/htdocs/uploader.php' not found or unable to stat
[Thu Dec 27 12:14:49.003607 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:43912] script 'C:/xampp/htdocs/cmd.php' not found or unable to stat
[Thu Dec 27 12:14:49.777469 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:44135] script 'C:/xampp/htdocs/cmx.php' not found or unable to stat
[Thu Dec 27 12:14:50.529128 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:44333] script 'C:/xampp/htdocs/cmv.php' not found or unable to stat
[Thu Dec 27 12:14:51.246585 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:44537] script 'C:/xampp/htdocs/cmdd.php' not found or unable to stat
[Thu Dec 27 12:14:51.980097 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:44728] script 'C:/xampp/htdocs/knal.php' not found or unable to stat
[Thu Dec 27 12:14:52.727336 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:44932] script 'C:/xampp/htdocs/cmd.php' not found or unable to stat
[Thu Dec 27 12:14:53.415113 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:45125] script 'C:/xampp/htdocs/shell.php' not found or unable to stat
[Thu Dec 27 12:14:54.113255 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:45300] script 'C:/xampp/htdocs/appserv.php' not found or unable to stat
[Thu Dec 27 12:14:55.512011 2018] [authz_core:error] [pid 9688:tid 1900] [client 116.213.108.4:45668] AH01630: client denied by server configuration: C:/xampp/phpMyAdmin/scripts
[Thu Dec 27 12:14:56.880427 2018] [authz_core:error] [pid 9688:tid 1900] [client 116.213.108.4:46059] AH01630: client denied by server configuration: C:/xampp/phpMyAdmin/scripts
[Thu Dec 27 12:14:59.728349 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:46853] script 'C:/xampp/htdocs/wuwu11.php' not found or unable to stat
[Thu Dec 27 12:15:00.399550 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47018] script 'C:/xampp/htdocs/xw.php' not found or unable to stat
[Thu Dec 27 12:15:01.096664 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47205] script 'C:/xampp/htdocs/xw1.php' not found or unable to stat
[Thu Dec 27 12:15:01.851298 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47383] script 'C:/xampp/htdocs/9678.php' not found or unable to stat
[Thu Dec 27 12:15:02.541190 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47568] script 'C:/xampp/htdocs/wc.php' not found or unable to stat
[Thu Dec 27 12:15:03.236575 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47732] script 'C:/xampp/htdocs/xx.php' not found or unable to stat
[Thu Dec 27 12:15:03.910906 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:47918] script 'C:/xampp/htdocs/s.php' not found or unable to stat
[Thu Dec 27 12:15:04.607663 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48105] script 'C:/xampp/htdocs/w.php' not found or unable to stat
[Thu Dec 27 12:15:05.278253 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48276] script 'C:/xampp/htdocs/sheep.php' not found or unable to stat
[Thu Dec 27 12:15:05.958993 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48440] script 'C:/xampp/htdocs/qaq.php' not found or unable to stat
[Thu Dec 27 12:15:06.638440 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48612] script 'C:/xampp/htdocs/db.init.php' not found or unable to stat
[Thu Dec 27 12:15:07.346524 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48785] script 'C:/xampp/htdocs/db_session.init.php' not found or unable to stat
[Thu Dec 27 12:15:08.036599 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:48946] script 'C:/xampp/htdocs/db__.init.php' not found or unable to stat
[Thu Dec 27 12:15:08.743785 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:49115] script 'C:/xampp/htdocs/wp-admins.php' not found or unable to stat
[Thu Dec 27 12:15:09.437201 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:49290] script 'C:/xampp/htdocs/m.php' not found or unable to stat
[Thu Dec 27 12:15:10.125215 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:49479] script 'C:/xampp/htdocs/db_dataml.php' not found or unable to stat
[Thu Dec 27 12:15:10.827731 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:49654] script 'C:/xampp/htdocs/db_desql.php' not found or unable to stat
[Thu Dec 27 12:15:11.517600 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:49836] script 'C:/xampp/htdocs/mx.php' not found or unable to stat
[Thu Dec 27 12:15:12.240941 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50004] script 'C:/xampp/htdocs/wshell.php' not found or unable to stat
[Thu Dec 27 12:15:12.976457 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50197] script 'C:/xampp/htdocs/xshell.php' not found or unable to stat
[Thu Dec 27 12:15:13.659043 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50386] script 'C:/xampp/htdocs/qq.php' not found or unable to stat
[Thu Dec 27 12:15:14.344527 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50560] script 'C:/xampp/htdocs/conflg.php' not found or unable to stat
[Thu Dec 27 12:15:15.039676 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50740] script 'C:/xampp/htdocs/conflg.php' not found or unable to stat
[Thu Dec 27 12:15:15.731054 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:50921] script 'C:/xampp/htdocs/lindex.php' not found or unable to stat
[Thu Dec 27 12:15:16.402231 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51100] script 'C:/xampp/htdocs/phpstudy.php' not found or unable to stat
[Thu Dec 27 12:15:17.147035 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51271] script 'C:/xampp/htdocs/phpStudy.php' not found or unable to stat
[Thu Dec 27 12:15:17.848379 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51443] script 'C:/xampp/htdocs/weixiao.php' not found or unable to stat
[Thu Dec 27 12:15:18.537405 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51622] script 'C:/xampp/htdocs/feixiang.php' not found or unable to stat
[Thu Dec 27 12:15:19.235450 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51803] script 'C:/xampp/htdocs/ak47.php' not found or unable to stat
[Thu Dec 27 12:15:19.930906 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:51990] script 'C:/xampp/htdocs/ak48.php' not found or unable to stat
[Thu Dec 27 12:15:20.636648 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:52171] script 'C:/xampp/htdocs/xiao.php' not found or unable to stat
[Thu Dec 27 12:15:21.309402 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:52342] script 'C:/xampp/htdocs/yao.php' not found or unable to stat
[Thu Dec 27 12:15:21.997348 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:52529] script 'C:/xampp/htdocs/defect.php' not found or unable to stat
[Thu Dec 27 12:15:22.750548 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:52698] script 'C:/xampp/htdocs/webslee.php' not found or unable to stat
[Thu Dec 27 12:15:23.438625 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:52889] script 'C:/xampp/htdocs/q.php' not found or unable to stat
[Thu Dec 27 12:15:24.139481 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:53064] script 'C:/xampp/htdocs/pe.php' not found or unable to stat
[Thu Dec 27 12:15:28.997530 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:54335] script 'C:/xampp/htdocs/cainiao.php' not found or unable to stat
[Thu Dec 27 12:15:29.687296 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:54531] script 'C:/xampp/htdocs/zuoshou.php' not found or unable to stat
[Thu Dec 27 12:15:30.572010 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:54704] script 'C:/xampp/htdocs/zuo.php' not found or unable to stat
[Thu Dec 27 12:15:31.268121 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:54951] script 'C:/xampp/htdocs/aotu.php' not found or unable to stat
[Thu Dec 27 12:15:31.945071 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:55124] script 'C:/xampp/htdocs/cmd.php' not found or unable to stat
[Thu Dec 27 12:15:32.654225 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:55320] script 'C:/xampp/htdocs/bak.php' not found or unable to stat
[Thu Dec 27 12:15:33.351245 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:55513] script 'C:/xampp/htdocs/system.php' not found or unable to stat
[Thu Dec 27 12:15:34.034941 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:55713] script 'C:/xampp/htdocs/l6.php' not found or unable to stat
[Thu Dec 27 12:15:34.743381 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:55912] script 'C:/xampp/htdocs/l7.php' not found or unable to stat
[Thu Dec 27 12:15:35.456126 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:56117] script 'C:/xampp/htdocs/l8.php' not found or unable to stat
[Thu Dec 27 12:15:36.162071 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:56317] script 'C:/xampp/htdocs/q.php' not found or unable to stat
[Thu Dec 27 12:15:36.845023 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:56527] script 'C:/xampp/htdocs/56.php' not found or unable to stat
[Thu Dec 27 12:15:37.518540 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:56722] script 'C:/xampp/htdocs/mz.php' not found or unable to stat
[Thu Dec 27 12:15:38.381006 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:56898] script 'C:/xampp/htdocs/xx.php' not found or unable to stat
[Thu Dec 27 12:15:39.075493 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:57151] script 'C:/xampp/htdocs/yumo.php' not found or unable to stat
[Thu Dec 27 12:15:39.758047 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:57336] script 'C:/xampp/htdocs/min.php' not found or unable to stat
[Thu Dec 27 12:15:40.450403 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:57529] script 'C:/xampp/htdocs/wan.php' not found or unable to stat
[Thu Dec 27 12:15:41.130557 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:57722] script 'C:/xampp/htdocs/wanan.php' not found or unable to stat
[Thu Dec 27 12:15:41.804210 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:57914] script 'C:/xampp/htdocs/ssaa.php' not found or unable to stat
[Thu Dec 27 12:15:42.494681 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:58076] script 'C:/xampp/htdocs/qq.php' not found or unable to stat
[Thu Dec 27 12:15:43.163172 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:58277] script 'C:/xampp/htdocs/aw.php' not found or unable to stat
[Thu Dec 27 12:15:43.893516 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:58474] script 'C:/xampp/htdocs/12.php' not found or unable to stat
[Thu Dec 27 12:15:44.577918 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:58682] script 'C:/xampp/htdocs/hh.php' not found or unable to stat
[Thu Dec 27 12:15:45.259739 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:58854] script 'C:/xampp/htdocs/ak.php' not found or unable to stat
[Thu Dec 27 12:15:45.947918 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:59040] script 'C:/xampp/htdocs/ip.php' not found or unable to stat
[Thu Dec 27 12:15:46.648191 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:59233] script 'C:/xampp/htdocs/infoo.php' not found or unable to stat
[Thu Dec 27 12:15:47.340750 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:59443] script 'C:/xampp/htdocs/qq.php' not found or unable to stat
[Thu Dec 27 12:15:48.086046 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:59633] script 'C:/xampp/htdocs/qwe.php' not found or unable to stat
[Thu Dec 27 12:15:48.771171 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:59825] script 'C:/xampp/htdocs/1213.php' not found or unable to stat
[Thu Dec 27 12:15:49.455805 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60015] script 'C:/xampp/htdocs/post.php' not found or unable to stat
[Thu Dec 27 12:15:50.138986 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60212] script 'C:/xampp/htdocs/aaaa.php' not found or unable to stat
[Thu Dec 27 12:15:50.839019 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60401] script 'C:/xampp/htdocs/h1.php' not found or unable to stat
[Thu Dec 27 12:15:51.528953 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60576] script 'C:/xampp/htdocs/test.php' not found or unable to stat
[Thu Dec 27 12:15:52.222140 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60771] script 'C:/xampp/htdocs/3.php' not found or unable to stat
[Thu Dec 27 12:15:53.016253 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:60941] script 'C:/xampp/htdocs/phpinfi.php' not found or unable to stat
[Thu Dec 27 12:15:53.700663 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:61167] script 'C:/xampp/htdocs/9510.php' not found or unable to stat
[Thu Dec 27 12:15:54.399989 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:61342] script 'C:/xampp/htdocs/python.php' not found or unable to stat
[Thu Dec 27 12:15:55.096106 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:61528] script 'C:/xampp/htdocs/default.php' not found or unable to stat
[Thu Dec 27 12:15:55.795677 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:61716] script 'C:/xampp/htdocs/sean.php' not found or unable to stat
[Thu Dec 27 12:15:56.545633 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:61912] script 'C:/xampp/htdocs/app.php' not found or unable to stat
[Thu Dec 27 12:15:57.252088 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:62096] script 'C:/xampp/htdocs/help.php' not found or unable to stat
[Thu Dec 27 12:15:57.958230 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:62278] script 'C:/xampp/htdocs/tiandi.php' not found or unable to stat
[Thu Dec 27 12:15:58.647520 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:62463] script 'C:/xampp/htdocs/miao.php' not found or unable to stat
[Thu Dec 27 12:16:03.329656 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:63626] script 'C:/xampp/htdocs/linuxse.php' not found or unable to stat
[Thu Dec 27 12:16:04.025453 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:63809] script 'C:/xampp/htdocs/zuoindex.php' not found or unable to stat
[Thu Dec 27 12:16:04.759255 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:64007] script 'C:/xampp/htdocs/zshmindex.php' not found or unable to stat
[Thu Dec 27 12:16:05.464562 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:64215] script 'C:/xampp/htdocs/tomcat.php' not found or unable to stat
[Thu Dec 27 12:16:06.145009 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:64406] script 'C:/xampp/htdocs/ceshi.php' not found or unable to stat
[Thu Dec 27 12:16:06.827577 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:64599] script 'C:/xampp/htdocs/1hou.php' not found or unable to stat
[Thu Dec 27 12:16:07.519998 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:64806] script 'C:/xampp/htdocs/ou2.php' not found or unable to stat
[Thu Dec 27 12:16:08.231134 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:65017] script 'C:/xampp/htdocs/zuos.php' not found or unable to stat
[Thu Dec 27 12:16:08.936085 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:65236] script 'C:/xampp/htdocs/zuoss.php' not found or unable to stat
[Thu Dec 27 12:16:09.627546 2018] [php7:error] [pid 9688:tid 1900] [client 116.213.108.4:65423] script 'C:/xampp/htdocs/zuoshss.php' not found or unable to stat
[Thu Dec 27 12:16:10.328395 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1124] script 'C:/xampp/htdocs/boots.php' not found or unable to stat
[Thu Dec 27 12:16:11.007390 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1270] script 'C:/xampp/htdocs/she.php' not found or unable to stat
[Thu Dec 27 12:16:11.710679 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1433] script 'C:/xampp/htdocs/s.php' not found or unable to stat
[Thu Dec 27 12:16:12.496816 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1582] script 'C:/xampp/htdocs/qw.php' not found or unable to stat
[Thu Dec 27 12:16:13.183593 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1767] script 'C:/xampp/htdocs/test.php' not found or unable to stat
[Thu Dec 27 12:16:13.915887 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:1948] script 'C:/xampp/htdocs/caonma.php' not found or unable to stat
[Thu Dec 27 12:16:14.611451 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:2172] script 'C:/xampp/htdocs/ss.php' not found or unable to stat
[Thu Dec 27 12:16:15.297726 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:2368] script 'C:/xampp/htdocs/wcp.php' not found or unable to stat
[Thu Dec 27 12:16:15.984794 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:2580] script 'C:/xampp/htdocs/u.php' not found or unable to stat
[Thu Dec 27 12:16:16.669741 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:2782] script 'C:/xampp/htdocs/uuu.php' not found or unable to stat
[Thu Dec 27 12:16:17.369067 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:2992] script 'C:/xampp/htdocs/sss.php' not found or unable to stat
[Thu Dec 27 12:16:18.058042 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:3188] script 'C:/xampp/htdocs/1.php' not found or unable to stat
[Thu Dec 27 12:16:18.784690 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:3378] script 'C:/xampp/htdocs/2.php' not found or unable to stat
[Thu Dec 27 12:16:19.465443 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:3593] script 'C:/xampp/htdocs/core.php' not found or unable to stat
[Thu Dec 27 12:16:20.260737 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:3774] script 'C:/xampp/htdocs/qaz.php' not found or unable to stat
[Thu Dec 27 12:16:20.951410 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4010] script 'C:/xampp/htdocs/sha.php' not found or unable to stat
[Thu Dec 27 12:16:21.645002 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4171] script 'C:/xampp/htdocs/ppx.php' not found or unable to stat
[Thu Dec 27 12:16:22.332042 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4367] script 'C:/xampp/htdocs/1.php' not found or unable to stat
[Thu Dec 27 12:16:23.010034 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4537] script 'C:/xampp/htdocs/confg.php' not found or unable to stat
[Thu Dec 27 12:16:23.706124 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4728] script 'C:/xampp/htdocs/conf1g.php' not found or unable to stat
[Thu Dec 27 12:16:24.400355 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:4921] script 'C:/xampp/htdocs/confg.php' not found or unable to stat
[Thu Dec 27 12:16:25.094055 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:5103] script 'C:/xampp/htdocs/confg.php' not found or unable to stat
[Thu Dec 27 12:16:25.784325 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:5306] script 'C:/xampp/htdocs/confg.php' not found or unable to stat
[Thu Dec 27 12:16:26.454495 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:5506] script 'C:/xampp/htdocs/ver.php' not found or unable to stat
[Thu Dec 27 12:16:27.150212 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:5714] script 'C:/xampp/htdocs/hack.php' not found or unable to stat
[Thu Dec 27 12:16:27.865142 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:5949] script 'C:/xampp/htdocs/qa.php' not found or unable to stat
[Thu Dec 27 12:16:28.557579 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:6155] script 'C:/xampp/htdocs/Ss.php' not found or unable to stat
[Thu Dec 27 12:16:29.275657 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:6334] script 'C:/xampp/htdocs/xxx.php' not found or unable to stat
[Thu Dec 27 12:16:29.961924 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:6525] script 'C:/xampp/htdocs/92.php' not found or unable to stat
[Thu Dec 27 12:16:30.702581 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:6687] script 'C:/xampp/htdocs/z.php' not found or unable to stat
[Thu Dec 27 12:16:31.384225 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:6892] script 'C:/xampp/htdocs/x.php' not found or unable to stat
[Thu Dec 27 12:16:32.081704 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7052] script 'C:/xampp/htdocs/dexgp.php' not found or unable to stat
[Thu Dec 27 12:16:32.761699 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7226] script 'C:/xampp/htdocs/nuoxi.php' not found or unable to stat
[Thu Dec 27 12:16:33.459187 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7386] script 'C:/xampp/htdocs/godkey.php' not found or unable to stat
[Thu Dec 27 12:16:34.135266 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7558] script 'C:/xampp/htdocs/okokok.php' not found or unable to stat
[Thu Dec 27 12:16:34.858154 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7760] script 'C:/xampp/htdocs/erwa.php' not found or unable to stat
[Thu Dec 27 12:16:35.546116 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:7978] script 'C:/xampp/htdocs/pma.php' not found or unable to stat
[Thu Dec 27 12:16:36.225057 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:8135] script 'C:/xampp/htdocs/ruyi.php' not found or unable to stat
[Thu Dec 27 12:16:36.906285 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:8286] script 'C:/xampp/htdocs/51314.php' not found or unable to stat
[Thu Dec 27 12:16:37.597479 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:8484] script 'C:/xampp/htdocs/5201314.php' not found or unable to stat
[Thu Dec 27 12:16:38.279084 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:8687] script 'C:/xampp/htdocs/fusheng.php' not found or unable to stat
[Thu Dec 27 12:16:38.954576 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:8902] script 'C:/xampp/htdocs/general.php' not found or unable to stat
[Thu Dec 27 12:16:39.655173 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9080] script 'C:/xampp/htdocs/repeat.php' not found or unable to stat
[Thu Dec 27 12:16:40.366341 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9277] script 'C:/xampp/htdocs/ldw.php' not found or unable to stat
[Thu Dec 27 12:16:41.041861 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9468] script 'C:/xampp/htdocs/api.php' not found or unable to stat
[Thu Dec 27 12:16:41.740902 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9654] script 'C:/xampp/htdocs/s1.php' not found or unable to stat
[Thu Dec 27 12:16:42.435173 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9825] script 'C:/xampp/htdocs/xiaodai.php' not found or unable to stat
[Thu Dec 27 12:16:43.164218 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:9992] script 'C:/xampp/htdocs/hello.php' not found or unable to stat
[Thu Dec 27 12:16:43.850932 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:10160] script 'C:/xampp/htdocs/hello.php' not found or unable to stat
[Thu Dec 27 12:16:44.552055 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:10328] script 'C:/xampp/htdocs/admn.php' not found or unable to stat
[Thu Dec 27 12:16:45.249264 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:10519] script 'C:/xampp/htdocs/hell.php' not found or unable to stat
[Thu Dec 27 12:16:45.960037 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:10736] script 'C:/xampp/htdocs/xp.php' not found or unable to stat
[Thu Dec 27 12:16:46.644929 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:10941] script 'C:/xampp/htdocs/1.php' not found or unable to stat
[Thu Dec 27 12:16:47.367566 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:11144] script 'C:/xampp/htdocs/2.php' not found or unable to stat
[Thu Dec 27 12:16:48.048612 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:11329] script 'C:/xampp/htdocs/p.php' not found or unable to stat
[Thu Dec 27 12:16:48.721426 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:11490] script 'C:/xampp/htdocs/1.php' not found or unable to stat
[Thu Dec 27 12:16:49.405225 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:11675] script 'C:/xampp/htdocs/a.php' not found or unable to stat
[Thu Dec 27 12:16:50.141643 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:11848] script 'C:/xampp/htdocs/m.php' not found or unable to stat
[Thu Dec 27 12:16:50.826413 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12040] script 'C:/xampp/htdocs/conf.php' not found or unable to stat
[Thu Dec 27 12:16:51.505861 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12215] script 'C:/xampp/htdocs/123.php' not found or unable to stat
[Thu Dec 27 12:16:52.174487 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12379] script 'C:/xampp/htdocs/HX.php' not found or unable to stat
[Thu Dec 27 12:16:52.864632 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12560] script 'C:/xampp/htdocs/diy.php' not found or unable to stat
[Thu Dec 27 12:16:53.539282 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12727] script 'C:/xampp/htdocs/666.php' not found or unable to stat
[Thu Dec 27 12:16:54.219208 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:12901] script 'C:/xampp/htdocs/777.php' not found or unable to stat
[Thu Dec 27 12:16:54.899025 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:13073] script 'C:/xampp/htdocs/qwq.php' not found or unable to stat
[Thu Dec 27 12:16:55.602876 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:13263] script 'C:/xampp/htdocs/.php' not found or unable to stat
[Thu Dec 27 12:16:56.391162 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:13443] script 'C:/xampp/htdocs/infos.php' not found or unable to stat
[Thu Dec 27 12:16:57.082687 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:13658] script 'C:/xampp/htdocs/x.php' not found or unable to stat
[Thu Dec 27 12:16:57.787857 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:13845] script 'C:/xampp/htdocs/htfr.php' not found or unable to stat
[Thu Dec 27 12:16:58.490023 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:14005] script 'C:/xampp/htdocs/zzk.php' not found or unable to stat
[Thu Dec 27 12:16:59.153942 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:14163] script 'C:/xampp/htdocs/toor.php' not found or unable to stat
[Thu Dec 27 12:16:59.941555 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:14327] script 'C:/xampp/htdocs/uu.php' not found or unable to stat
[Thu Dec 27 12:17:00.629900 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:14511] script 'C:/xampp/htdocs/aa.php' not found or unable to stat
[Thu Dec 27 12:17:05.346085 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:15613] script 'C:/xampp/htdocs/yj.php' not found or unable to stat
[Thu Dec 27 12:17:06.039836 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:15797] script 'C:/xampp/htdocs/z.php' not found or unable to stat
[Thu Dec 27 12:17:06.755061 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:15971] script 'C:/xampp/htdocs/7.php' not found or unable to stat
[Thu Dec 27 12:17:07.427993 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:16162] script 'C:/xampp/htdocs/xiaoma.php' not found or unable to stat
[Thu Dec 27 12:17:08.123904 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:16345] script 'C:/xampp/htdocs/xiaomae.php' not found or unable to stat
[Thu Dec 27 12:17:08.821935 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:16527] script 'C:/xampp/htdocs/xiaomar.php' not found or unable to stat
[Thu Dec 27 12:17:09.539995 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:16714] script 'C:/xampp/htdocs/qq.php' not found or unable to stat
[Thu Dec 27 12:17:10.225304 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:16887] script 'C:/xampp/htdocs/data.php' not found or unable to stat
[Thu Dec 27 12:17:10.965912 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17062] script 'C:/xampp/htdocs/log.php' not found or unable to stat
[Thu Dec 27 12:17:11.649413 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17255] script 'C:/xampp/htdocs/fack.php' not found or unable to stat
[Thu Dec 27 12:17:12.337868 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17420] script 'C:/xampp/htdocs/angge.php' not found or unable to stat
[Thu Dec 27 12:17:13.016380 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17589] script 'C:/xampp/htdocs/cxfm666.php' not found or unable to stat
[Thu Dec 27 12:17:13.700230 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17747] script 'C:/xampp/htdocs/db.php' not found or unable to stat
[Thu Dec 27 12:17:14.385044 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:17889] script 'C:/xampp/htdocs/hacly.php' not found or unable to stat
[Thu Dec 27 12:17:15.074848 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18053] script 'C:/xampp/htdocs/xiaomo.php' not found or unable to stat
[Thu Dec 27 12:17:15.768713 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18212] script 'C:/xampp/htdocs/xiaoyu.php' not found or unable to stat
[Thu Dec 27 12:17:16.542971 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18373] script 'C:/xampp/htdocs/xiaohei.php' not found or unable to stat
[Thu Dec 27 12:17:17.235123 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18553] script 'C:/xampp/htdocs/j.php' not found or unable to stat
[Thu Dec 27 12:17:17.917144 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18736] script 'C:/xampp/htdocs/qq5262.php' not found or unable to stat
[Thu Dec 27 12:17:18.614388 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:18897] script 'C:/xampp/htdocs/MCLi.php' not found or unable to stat
[Thu Dec 27 12:17:19.295567 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19053] script 'C:/xampp/htdocs/MCLi.php' not found or unable to stat
[Thu Dec 27 12:17:19.992552 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19207] script 'C:/xampp/htdocs/zxc1.php' not found or unable to stat
[Thu Dec 27 12:17:20.692427 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19385] script 'C:/xampp/htdocs/zxc0.php' not found or unable to stat
[Thu Dec 27 12:17:21.380645 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19579] script 'C:/xampp/htdocs/zxc1.php' not found or unable to stat
[Thu Dec 27 12:17:22.078412 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19755] script 'C:/xampp/htdocs/zxc2.php' not found or unable to stat
[Thu Dec 27 12:17:22.766978 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:19922] script 'C:/xampp/htdocs/indexa.php' not found or unable to stat
[Thu Dec 27 12:17:23.436938 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:20096] script 'C:/xampp/htdocs/51.php' not found or unable to stat
[Thu Dec 27 12:17:24.134053 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:20263] script 'C:/xampp/htdocs/cadre.php' not found or unable to stat
[Thu Dec 27 12:17:24.818263 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:20442] script 'C:/xampp/htdocs/mm.php' not found or unable to stat
[Thu Dec 27 12:17:25.524893 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:20650] script 'C:/xampp/htdocs/test.php' not found or unable to stat
[Thu Dec 27 12:17:26.237002 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:20818] script 'C:/xampp/htdocs/1q.php' not found or unable to stat
[Thu Dec 27 12:17:26.936514 2018] [php7:error] [pid 9688:tid 1940] [client 116.213.108.4:21008] script 'C:/xampp/htdocs/index.php' not found or unable to stat
[Thu Dec 27 12:17:27.629937 2018] [authz_core:error] [pid 9688:tid 1940] [client 116.213.108.4:21170] AH01630: client denied by server configuration: C:/xampp/phpMyAdmin/index.php
[Thu Dec 27 12:17:56.940455 2018] [authz_core:error] [pid 9688:tid 1940] [client 116.213.108.4:28440] AH01630: client denied by server configuration: C:/xampp/phpMyAdmin/phpmyadmin

Apparently he can't find my php anymore, I changed nothing to it's config and when I remove the added lines from the httpd-vhost file, the server starts up again... Any idea's of what I'm doing wrong?
ufotje
 
Posts: 2
Joined: 27. December 2018 12:36
XAMPP version: 7.3.0
Operating System: windows 10

Re: Trying to connect public domain with xampp server

Postby ufotje » 27. December 2018 19:23

I hadden't installed apache as a windows service, doing so, gives me this error on starting the server:
[Thu Dec 27 13:04:16.440499 2018] [ssl:warn] [pid 168:tid 548] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 27 13:04:16.473172 2018] [core:warn] [pid 168:tid 548] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec 27 13:04:16.476185 2018] [ssl:warn] [pid 168:tid 548] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 27 13:04:16.569514 2018] [mpm_winnt:notice] [pid 168:tid 548] AH00455: Apache/2.4.37 (Win32) OpenSSL/1.1.1a PHP/7.3.0 configured -- resuming normal operations
[Thu Dec 27 13:04:16.569514 2018] [mpm_winnt:notice] [pid 168:tid 548] AH00456: Apache Lounge VC15 Server built: Nov 21 2018 11:27:36
[Thu Dec 27 13:04:16.569514 2018] [core:notice] [pid 168:tid 548] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Dec 27 13:04:16.571518 2018] [mpm_winnt:notice] [pid 168:tid 548] AH00418: Parent: Created child process 2512
[Thu Dec 27 13:04:17.036747 2018] [ssl:warn] [pid 2512:tid 244] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 27 13:04:17.068833 2018] [ssl:warn] [pid 2512:tid 244] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 27 13:04:17.096944 2018] [mpm_winnt:notice] [pid 2512:tid 244] AH00354: Child: Starting 150 worker threads.
ufotje
 
Posts: 2
Joined: 27. December 2018 12:36
XAMPP version: 7.3.0
Operating System: windows 10

Re: Trying to connect public domain with xampp server

Postby JJ_Tagy » 27. December 2018 22:55

ufotje wrote:Any idea's of what I'm doing wrong?


Code: Select all
":/xampp/htdocs/goanation.net"
JJ_Tagy
 
Posts: 788
Joined: 30. January 2012 13:44
XAMPP version: 5.5.15
Operating System: Windows 10 Pro x64

Re: Trying to connect public domain with xampp server

Postby xyzshoaib » 29. December 2018 21:48

Hosting my live site on local host

i have downloaded my live site from web hosting server, and tried to host on localhost, when i have run my index file on xampp
my chrome browser displayed "your connection is not private Attackers might be trying to steal your information
from localhost (for example, passwords, messages, or credit cards)."
xyzshoaib
 
Posts: 1
Joined: 29. December 2018 20:24
XAMPP version: 3.2.2
Operating System: windows 10

Re: Trying to connect public domain with xampp server

Postby modoran » 31. December 2018 11:55

Use a domain name, not localhost and get a certificate from a trusted authority to get rid of that warning. letsencrypt is free for 3 months.
modoran
 
Posts: 6
Joined: 31. December 2018 11:49
XAMPP version: 1.2.3
Operating System: windows 10 x64


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 131 guests