does anyone know how to configure and make the three thing, perl,mysql and apache work together?
i have installed the ActivePerl 5.6.0.623, mySQL 3.23.30 and Apache 1.3 on my windows platform.i have already installed the perl module needed to connect to the mysql such as DBI, DBD-MYSQL and so on.
i need to know how to configure the apache (httpd.conf) to work around with the perl and mysql, so they can talk to each other. in linux environment, i can place the whole test folder which contain htdocs(all html&cgi, images folder), a xxx.conf (database config file). this xxx.conf look like this:
driver=mysql
database=xxx_db
user=user
password=password
so in windows, how i can work around with all the file so it remain in the same directory structure as in linux(the test folder)?
i have installed the ActivePerl 5.6.0.623, mySQL 3.23.30 and Apache 1.3 on my windows platform.i have already installed the perl module needed to connect to the mysql such as DBI, DBD-MYSQL and so on.
i need to know how to configure the apache (httpd.conf) to work around with the perl and mysql, so they can talk to each other. in linux environment, i can place the whole test folder which contain htdocs(all html&cgi, images folder), a xxx.conf (database config file). this xxx.conf look like this:
driver=mysql
database=xxx_db
user=user
password=password
so in windows, how i can work around with all the file so it remain in the same directory structure as in linux(the test folder)?