Pages: Previous12
Current Page: 2 of 2
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 11, 2016 01:34PM

thanks
I think work!
server Online - All services running
I entered the mysql!

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 11, 2016 04:17PM

Normally the contents of the www folder removed and did each folder individually to each page
Now I wanted to leave the contents of the folder
and create a new folder called localhost in the section www
an error occurred on localhost?
The path D:/wamp/www/localhost for <Directory ... does not exist (File D:/wamp/bin/apache/apache2.4.23/conf/extra/httpd-vhosts.conf)
whay???

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: Otomatic (Moderator)
Date: October 11, 2016 04:50PM

Hi,

> Normally the contents of the www folder removed
NEVER remove or modifiy the content of wamp/www/. The only thing you can do is to add folders, such wamp/www/mysite/

Don't use the name "localhost" for a folder or for a ServerName. The name "localhost" is reserved for the homepage of Wampserver and must not be used for another VirtualHost.

Please read carefully : The need for Virtual Host

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 11, 2016 06:22PM

but if I leave the localhost and all the files inside the www folder
then when I set ip External kompa as a server when someone enters my ip it will have access to these files
can not delete these files:wamplangues,wampthemes,add_vhost.php,favicon.ico,index.php,test_sockets.php,testmysql.php????

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: Otomatic (Moderator)
Date: October 11, 2016 06:36PM

Hi,

Read The need for Virtual Host

Put your website into wamp/www/mysite/ folder.

Il you want the name "dervil" for your site

The file C:\Windows\System32\drivers\etc\hosts must be:
127.0.0.1 localhost
::1 localhost
127.0.0.1 dervil
::1 dervil

The file c:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf must be:
<VirtualHost *:80>
	ServerName localhost
	DocumentRoot ${INSTALL_DIR}/www
	<Directory  "${INSTALL_DIR}/www/">
		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local
	</Directory>
</VirtualHost>
#
<VirtualHost *:80>
   ServerName aviatechno
   DocumentRoot "G:/www/aviatechno"
   ServerAdmin webmaster@ottello.net
  <Directory "G:/www/aviatechno/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride all
    Require local
  </Directory>
</VirtualHost>

Local access is done by 'http://dervil/'
External access is done by 'http://external_server_ip/dervil/'

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 11, 2016 06:51PM

Thank you
I know although there has been something new
:: 1 - that before I did not add the host windows My C:\Windows\System32\drivers\etc\hosts
127.0.0.1 localhost
127.0.0.1 dervil
etc
but my ip is outside and wants to do as I had several pages so My C:\Windows\System32\drivers\etc\hosts It looks like this :
127.0.0.1 localhost
127.0.0.1 ski-news.eu
etc
and d:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf looks like this :
# Virtual Hosts
#

<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot D:/wamp/www
<Directory "D:/wamp/www/localhost">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
#
I did not add anything yet because I do not work outside connection, I did not add anything yet because I do not work outside connection
should you type in the browser address ski-news.eu appear index.php file with the www folder.
so at least everything worked in the previous version
themselves check whether you can connect as you type in the browser address ski-news.eu whether he will side with localhost



Edited 2 time(s). Last edit at 10/11/2016 07:00PM by dervil.

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: Otomatic (Moderator)
Date: October 11, 2016 07:10PM

Hi,

The pages of your site 'ski-news.eu' SHOULD BE in d:\wamp\www\folder_ski-news.eu\

Your C:\Windows\System32\drivers\etc\hosts file SHOULD BE
127.0.0.1 localhost
::1 localhost
127.0.0.1 ski-news.eu
::1 ski-news.eu

d:\wamp\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf looks SHOULD BE
<VirtualHost *:80>
ServerName localhost
DocumentRoot ${INSTALL_DIR}/www
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName ski-news.eu 
DocumentRoot ${INSTALL_DIR}/www/folder_ski-news.eu
<Directory "${INSTALL_DIR}/www/folder_ski-news.eu/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

Then you should restart DNS :
- Right-Click Wampmanager Tray Icon -> Tools -> Restart DNS

In the browser you type 'http://ski-news.eu/'

If you really read The need for Virtual Host, you would have seen that this is done in three clicks with WampServer 3.0.6.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 11, 2016 10:41PM

I did everything up and running
but only on the local
and how he wants to enter from the outside on the side [ski-news.eu]
This mistake in the browser crashes:

The requested resource could not be loaded. libcurl returned the error:
connect() timed out!

Please check themselves
server still up and running.
Can you check icon bellow please:
[drive.google.com]



Edited 1 time(s). Last edit at 10/11/2016 11:51PM by dervil.

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: Otomatic (Moderator)
Date: October 12, 2016 11:20AM

Hi,

> and how he wants to enter from the outside on the side 'http://ski-news.eu/'

In the VirtualHost sli-news.eu replace:
Require local
by
Require all granted
but, access from outsite must be 'http://wan_ip_of_server/ski-news.eu/'

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 20, 2016 02:37PM

thank you
everything works
as you think best protect server and mysql on the outside?

Options: ReplyQuote
Re: mysqld.exe - Entry Point Not Found (The procedure entry point TryAcquireSRW Lock Exclusive could not be located in dynamic library KERNEL32.dll)
Posted by: dervil (---.6.rev.vline.pl)
Date: October 20, 2016 03:15PM

THAN YOU



Edited 5 time(s). Last edit at 10/20/2016 03:29PM by dervil.

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.