Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: abiale
  • Content: Threads
  • Order by date
  1. abiale

    access.log rotation problem - HELP !

    I want to rotate my access.log file. When I put: TransferLog "D:/USR/Apache2/bin/rotatelogs logs/access.log 3600" in my httpd.conf, I got an error: [error] <OS3> couldn`t open transfer log file. Unable to open logs. Please help me! Thanks in advance! Artur
  2. abiale

    Apache+mysql on WinNT 4.0 vs. WinXP

    I`ve got Apache+mysql+php properly running under WinNT and I`M considering migration to Win XP. Is it worth doing? I`d be very grateful for any opinion on XP+Apache...etc Thanks in advance, Artur
  3. abiale

    Displaying a directory in the browser

    I`d like to ask you for help. My question is: how to disable users from displaying the contents of a directory from a browser if they put http://my adress/anydirectory1/ ? I`d like to redirect them to the login page or to display a error message (&quot;Acces forbidden&quot;) I`d would be...
  4. abiale

    Basic authentication-how to secure an index page instead of the hole f

    Could anybody of you help me? I`d like to know hot to protect only an index page instead of the hole directory (what is done when I put the following line in the config file of Apache). <Directory D:/usr/serwis/www/html> AuthType Basic AuthName &quot;My zone&quot; AuthUserFile...
  5. abiale

    Basic but urgent

    Certainly my question will make you laugh, but I would be very grateful for your eventual help. My question is: how can I use scripts (e.g.in PHP) if I want the users of my web page to send the contents of the forms through the web to my server? My Apache 2.0.43 is corectly installed on NT...
  6. abiale

    Apache-basic authentication-unable to create a file with htpasswd

    Hi, I use Apache 2.0.43 on NT Workstation 4.0 and it works pretty good in the intranet, but I am unable to create a password file with the htpasswd file. I manage to use the directive htpasswd -n username to add a new password, but I don`t where it is stored. (In DOS mode there is a answer that...
  7. abiale

    Apache+Access 97

    I would be very grateful for your help. What will be the best solution to connect an access 97 database to a www form. (The www server is Apache). Thanks in advance, Artur Bia³ek
  8. abiale

    Looping the macro through the files in the folder

    Could you help me how to loop the following macro through the rest of the files (*.xls) in the folder (D:\Artur\test\)? Artur mail: abiale@sgh.waw.pl PS: Here`s the code: Dim filename As String filename = Dir(&quot;D:\Artur\test\*.xls&quot;) 'Start File Search Do While filename <>...
  9. abiale

    Problems with paste special (values)-looping through the files

    Could anybody of you help me solving one problem with the following code (looping through the files). I would like to paste special (values),but VB Editor highlight the following line in yellow : (ActiveSheet.Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:=False...
  10. abiale

    Ask for a VBA code

    I would like to ask you for help: There is a folder containing 100-150 files (all of them contain the same format, only data in the cells are different.From each file,I would like to take the values of five specific cells.The adresses of those cells are the same in ALL THE FILES.I would like to...

Part and Inventory Search

Back
Top